#BB6018

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

Shades of Christine #BB6018

Tints of Christine #BB6018

Color information

#BB6018 (or 0xBB6018) is unknown color: approx Christine. HEX triplet: BB, 60 and 18. RGB value is (187,96,24). Sum of RGB (Red+Green+Blue) = 187+96+24=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6018 is #449FE7. Grayscale: #737373. Windows color (decimal): -4497384 or 1597627. OLE color: 1597627.

HSL color Cylindrical-coordinate representation of color #BB6018: hue angle of 26.5º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB6018 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB1879624-
CMYK00.490.870.27
HSL26.5º77.25%41.37%-
HSV(B)26.5º87.17%73.33%-
XYZ24.84193.22-
YUV11576.65179.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.91%
GREEN value IS 96 (37.89% from 255) = 31.27%
BLUE value IS 24 (9.77% from 255) = 7.82%
R=60.91%
G=31.27%
B=7.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187962400.490.870.2726.577.2541.37
HexBB6018031571B1b4d29
Octal27314030061127333311551
Binary101110111100000110000110001101011111011110111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6018; }

 p { color: rgb(187,96,24); }

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

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

 a { background-color: rgb(187,96,24); }

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

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

 span { border-color: rgb(187,96,24); }

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