#BB6B37

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

Shades of Christine #BB6B37

Tints of Christine #BB6B37

Color information

#BB6B37 (or 0xBB6B37) is unknown color: approx Christine. HEX triplet: BB, 6B and 37. RGB value is (187,107,55). Sum of RGB (Red+Green+Blue) = 187+107+55=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 55 (21.88% from 255 or 15.76% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6B37 is #4494C8. Grayscale: #7D7D7D. Windows color (decimal): -4494537 or 3632059. OLE color: 3632059.

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

Color convert

RGB18710755-
CMYK00.430.710.27
HSL23.64º54.55%47.45%-
HSV(B)23.64º70.59%73.33%-
XYZ26.4421.366.34-
YUV124.9988.5172.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.58%
GREEN value IS 107 (42.19% from 255) = 30.66%
BLUE value IS 55 (21.88% from 255) = 15.76%
R=53.58%
G=30.66%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871075500.430.710.2723.6454.5547.45
HexBB6B3702B471B18372f
Octal2731536705310733306757
Binary101110111101011110111010101110001111101111000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6B37; }

 p { color: rgb(187,107,55); }

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

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

 a { background-color: rgb(187,107,55); }

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

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

 span { border-color: rgb(187,107,55); }

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