#bb5c1e

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

Shades of Christine #BB5C1E

Tints of Christine #BB5C1E

Color information

#BB5C1E (or 0xBB5C1E) is unknown color: approx Christine. HEX triplet: BB, 5C and 1E. RGB value is (187,92,30). Sum of RGB (Red+Green+Blue) = 187+92+30=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 30 (12.11% from 255 or 9.71% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5C1E is #44A3E1. Grayscale: #717171. Windows color (decimal): -4498402 or 1989819. OLE color: 1989819.

HSL color Cylindrical-coordinate representation of color #BB5C1E: hue angle of 23.69º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB5C1E is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB1879230-
CMYK00.510.840.27
HSL23.69º72.35%42.55%-
HSV(B)23.69º83.96%73.33%-
XYZ24.5618.313.47-
YUV113.3480.97180.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.52%
GREEN value IS 92 (36.33% from 255) = 29.77%
BLUE value IS 30 (12.11% from 255) = 9.71%
R=60.52%
G=29.77%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187923000.510.840.2723.6972.3542.55
HexBB5C1E033541B18482b
Octal27313436063124333011053
Binary101110111011100111100110011101010011011110001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb5c1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb5c1e; }

 p { color: rgb(187,92,30); }

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

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

 a { background-color: rgb(187,92,30); }

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

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

 span { border-color: rgb(187,92,30); }

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