#BB6632

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

Shades of Christine #BB6632

Tints of Christine #BB6632

Color information

#BB6632 (or 0xBB6632) is unknown color: approx Christine. HEX triplet: BB, 66 and 32. RGB value is (187,102,50). Sum of RGB (Red+Green+Blue) = 187+102+50=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6632 is #4499CD. Grayscale: #797979. Windows color (decimal): -4495822 or 3303099. OLE color: 3303099.

HSL color Cylindrical-coordinate representation of color #BB6632: hue angle of 22.77º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB6632 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB18710250-
CMYK00.450.730.27
HSL22.77º57.81%46.47%-
HSV(B)22.77º73.26%73.33%-
XYZ25.8220.35.57-
YUV121.4987.66174.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.16%
GREEN value IS 102 (40.23% from 255) = 30.09%
BLUE value IS 50 (19.92% from 255) = 14.75%
R=55.16%
G=30.09%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871025000.450.730.2722.7757.8146.47
HexBB663202D491B173a2e
Octal2731466205511133277256
Binary101110111100110110010010110110010011101110111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6632; }

 p { color: rgb(187,102,50); }

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

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

 a { background-color: rgb(187,102,50); }

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

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

 span { border-color: rgb(187,102,50); }

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