#BB6227

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

Shades of Christine #BB6227

Tints of Christine #BB6227

Color information

#BB6227 (or 0xBB6227) is unknown color: approx Christine. HEX triplet: BB, 62 and 27. RGB value is (187,98,39). Sum of RGB (Red+Green+Blue) = 187+98+39=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 39 (15.62% from 255 or 12.04% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6227 is #449DD8. Grayscale: #767676. Windows color (decimal): -4496857 or 2581179. OLE color: 2581179.

HSL color Cylindrical-coordinate representation of color #BB6227: hue angle of 23.92º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB6227 is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB1879839-
CMYK00.480.790.27
HSL23.92º65.49%44.31%-
HSV(B)23.92º79.14%73.33%-
XYZ25.2319.454.34-
YUV117.8883.49177.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.72%
GREEN value IS 98 (38.67% from 255) = 30.25%
BLUE value IS 39 (15.62% from 255) = 12.04%
R=57.72%
G=30.25%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187983900.480.790.2723.9265.4944.31
HexBB62270304F1B18412c
Octal27314247060117333010154
Binary1011101111000101001110110000100111111011110001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6227; }

 p { color: rgb(187,98,39); }

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

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

 a { background-color: rgb(187,98,39); }

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

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

 span { border-color: rgb(187,98,39); }

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