#BB6A37

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

Shades of Christine #BB6A37

Tints of Christine #BB6A37

Color information

#BB6A37 (or 0xBB6A37) is unknown color: approx Christine. HEX triplet: BB, 6A and 37. RGB value is (187,106,55). Sum of RGB (Red+Green+Blue) = 187+106+55=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 55 (21.88% from 255 or 15.80% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6A37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6A37 is #4495C8. Grayscale: #7C7C7C. Windows color (decimal): -4494793 or 3631803. OLE color: 3631803.

HSL color Cylindrical-coordinate representation of color #BB6A37: hue angle of 23.18º 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 #BB6A37 is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB18710655-
CMYK00.430.710.27
HSL23.18º54.55%47.45%-
HSV(B)23.18º70.59%73.33%-
XYZ26.3421.156.31-
YUV124.488.84172.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.74%
GREEN value IS 106 (41.80% from 255) = 30.46%
BLUE value IS 55 (21.88% from 255) = 15.80%
R=53.74%
G=30.46%
B=15.80%

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
Decimal1871065500.430.710.2723.1854.5547.45
HexBB6A3702B471B17372f
Octal2731526705310733276757
Binary101110111101010110111010101110001111101110111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6A37; }

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

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

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

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

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

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

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

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