#BB6626

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

Shades of Christine #BB6626

Tints of Christine #BB6626

Color information

#BB6626 (or 0xBB6626) is unknown color: approx Christine. HEX triplet: BB, 66 and 26. RGB value is (187,102,38). Sum of RGB (Red+Green+Blue) = 187+102+38=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 38 (15.23% from 255 or 11.62% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6626 is #4499D9. Grayscale: #787878. Windows color (decimal): -4495834 or 2516667. OLE color: 2516667.

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

Color convert

RGB18710238-
CMYK00.450.800.27
HSL25.77º66.22%44.12%-
HSV(B)25.77º79.68%73.33%-
XYZ25.5920.214.39-
YUV120.1281.66175.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.19%
GREEN value IS 102 (40.23% from 255) = 31.19%
BLUE value IS 38 (15.23% from 255) = 11.62%
R=57.19%
G=31.19%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871023800.450.800.2725.7766.2244.12
HexBB662602D501B1a422c
Octal27314646055120333210254
Binary1011101111001101001100101101101000011011110101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6626; }

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

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

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

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

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

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

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

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