#B75E4A

Color #B75E4A Flame Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Pea #B75E4A

Tints of Flame Pea #B75E4A

Color information

#B75E4A (or 0xB75E4A) is unknown color: approx Flame Pea. HEX triplet: B7, 5E and 4A. RGB value is (183,94,74). Sum of RGB (Red+Green+Blue) = 183+94+74=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75E4A is #48A1B5. Grayscale: #767676. Windows color (decimal): -4759990 or 4873911. OLE color: 4873911.

HSL color Cylindrical-coordinate representation of color #B75E4A: hue angle of 11.01º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B75E4A is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB1839474-
CMYK00.490.600.28
HSL11.01º43.08%50.39%-
HSV(B)11.01º59.56%71.76%-
XYZ24.7718.578.76-
YUV118.33102.99174.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 52.14%
GREEN value IS 94 (37.11% from 255) = 26.78%
BLUE value IS 74 (29.30% from 255) = 21.08%
R=52.14%
G=26.78%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183947400.490.600.2811.0143.0850.39
HexB75E4A0313C1Cb2b32
Octal2671361120617434135362
Binary10110111101111010010100110001111100111001011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75E4A; }

 p { color: rgb(183,94,74); }

 H1.HeaderClassName
 {
   color: #B75E4A;
 }
 .AnyTagClassName
 {
   color: #B75E4A;
 }
</style>
background-color css

<style>
 a { background-color: #B75E4A; }

 a { background-color: rgb(183,94,74); }

 div.DivClassName
 {
   background-color: #B75E4A;
 }
 .BgClassName
 {
   background-color: #B75E4A;
 }
</style>
border-color css

<style>
 span { border-color: #B75E4A; }

 span { border-color: rgb(183,94,74); }

 td.TdClassName
 {
   border-color: #B75E4A;
 }
 .TagClassName
 {
   border-color: #B75E4A;
 }
</style>