#BB6633

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

Shades of Christine #BB6633

Tints of Christine #BB6633

Color information

#BB6633 (or 0xBB6633) is unknown color: approx Christine. HEX triplet: BB, 66 and 33. RGB value is (187,102,51). Sum of RGB (Red+Green+Blue) = 187+102+51=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6633 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6633 is #4499CC. Grayscale: #797979. Windows color (decimal): -4495821 or 3368635. OLE color: 3368635.

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

Color convert

RGB18710251-
CMYK00.450.730.27
HSL22.5º57.14%46.67%-
HSV(B)22.5º72.73%73.33%-
XYZ25.8420.315.69-
YUV121.688.16174.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55%
GREEN value IS 102 (40.23% from 255) = 30%
BLUE value IS 51 (20.31% from 255) = 15%
R=55%
G=30%
B=15%

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
Decimal1871025100.450.730.2722.557.1446.67
HexBB663302D491B16392f
Octal2731466305511133267157
Binary101110111100110110011010110110010011101110110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6633; }

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

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

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

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

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

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

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

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