#BB5D42

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

Shades of Flame Pea #BB5D42

Tints of Flame Pea #BB5D42

Color information

#BB5D42 (or 0xBB5D42) is unknown color: approx Flame Pea. HEX triplet: BB, 5D and 42. RGB value is (187,93,66). Sum of RGB (Red+Green+Blue) = 187+93+66=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5D42 is #44A2BD. Grayscale: #767676. Windows color (decimal): -4498110 or 4349371. OLE color: 4349371.

HSL color Cylindrical-coordinate representation of color #BB5D42: hue angle of 13.39º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB5D42 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB1879366-
CMYK00.500.650.27
HSL13.39º47.83%49.61%-
HSV(B)13.39º64.71%73.33%-
XYZ25.3918.797.44-
YUV118.0398.64177.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.05%
GREEN value IS 93 (36.72% from 255) = 26.88%
BLUE value IS 66 (26.17% from 255) = 19.08%
R=54.05%
G=26.88%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187936600.500.650.2713.3947.8349.61
HexBB5D42032411Bd3032
Octal27313510206210133156062
Binary101110111011101100001001100101000001110111101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5D42; }

 p { color: rgb(187,93,66); }

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

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

 a { background-color: rgb(187,93,66); }

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

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

 span { border-color: rgb(187,93,66); }

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