#BB602C

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

Shades of Christine #BB602C

Tints of Christine #BB602C

Color information

#BB602C (or 0xBB602C) is unknown color: approx Christine. HEX triplet: BB, 60 and 2C. RGB value is (187,96,44). Sum of RGB (Red+Green+Blue) = 187+96+44=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB602C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB602C is #449FD3. Grayscale: #757575. Windows color (decimal): -4497364 or 2908347. OLE color: 2908347.

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

Color convert

RGB1879644-
CMYK00.490.760.27
HSL21.82º61.9%45.29%-
HSV(B)21.82º76.47%73.33%-
XYZ25.1319.114.75-
YUV117.2886.65177.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.19%
GREEN value IS 96 (37.89% from 255) = 29.36%
BLUE value IS 44 (17.58% from 255) = 13.46%
R=57.19%
G=29.36%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187964400.490.760.2721.8261.945.29
HexBB602C0314C1B163e2d
Octal2731405406111433267655
Binary101110111100000101100011000110011001101110110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB602C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB602C; }

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

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

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

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

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

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

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

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