#BB6016

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

Shades of Christine #BB6016

Tints of Christine #BB6016

Color information

#BB6016 (or 0xBB6016) is unknown color: approx Christine. HEX triplet: BB, 60 and 16. RGB value is (187,96,22). Sum of RGB (Red+Green+Blue) = 187+96+22=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6016 is #449FE9. Grayscale: #737373. Windows color (decimal): -4497386 or 1466555. OLE color: 1466555.

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

Color convert

RGB1879622-
CMYK00.490.880.27
HSL26.91º78.95%40.98%-
HSV(B)26.91º88.24%73.33%-
XYZ24.8218.993.12-
YUV114.7775.65179.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.31%
GREEN value IS 96 (37.89% from 255) = 31.48%
BLUE value IS 22 (8.98% from 255) = 7.21%
R=61.31%
G=31.48%
B=7.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187962200.490.880.2726.9178.9540.98
HexBB6016031581B1b4f29
Octal27314026061130333311751
Binary101110111100000101100110001101100011011110111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6016; }

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

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

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

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

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

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

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

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