#BB6726

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

Shades of Christine #BB6726

Tints of Christine #BB6726

Color information

#BB6726 (or 0xBB6726) is unknown color: approx Christine. HEX triplet: BB, 67 and 26. RGB value is (187,103,38). Sum of RGB (Red+Green+Blue) = 187+103+38=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 38 (15.23% from 255 or 11.59% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6726 is #4498D9. Grayscale: #797979. Windows color (decimal): -4495578 or 2516923. OLE color: 2516923.

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

Color convert

RGB18710338-
CMYK00.450.800.27
HSL26.17º66.22%44.12%-
HSV(B)26.17º79.68%73.33%-
XYZ25.6920.414.42-
YUV120.7181.33175.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.01%
GREEN value IS 103 (40.62% from 255) = 31.40%
BLUE value IS 38 (15.23% from 255) = 11.59%
R=57.01%
G=31.40%
B=11.59%

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
Decimal1871033800.450.800.2726.1766.2244.12
HexBB672602D501B1a422c
Octal27314746055120333210254
Binary1011101111001111001100101101101000011011110101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6726; }

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

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

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

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

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

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

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

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