#BB5A22

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

Shades of Christine #BB5A22

Tints of Christine #BB5A22

Color information

#BB5A22 (or 0xBB5A22) is unknown color: approx Christine. HEX triplet: BB, 5A and 22. RGB value is (187,90,34). Sum of RGB (Red+Green+Blue) = 187+90+34=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 34 (13.67% from 255 or 10.93% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5A22 is #44A5DD. Grayscale: #707070. Windows color (decimal): -4498910 or 2251451. OLE color: 2251451.

HSL color Cylindrical-coordinate representation of color #BB5A22: hue angle of 21.96º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB5A22 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB1879034-
CMYK00.520.820.27
HSL21.96º69.23%43.33%-
HSV(B)21.96º81.82%73.33%-
XYZ24.4417.993.7-
YUV112.6283.64181.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.13%
GREEN value IS 90 (35.55% from 255) = 28.94%
BLUE value IS 34 (13.67% from 255) = 10.93%
R=60.13%
G=28.94%
B=10.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187903400.520.820.2721.9669.2343.33
HexBB5A22034521B16452b
Octal27313242064122332610553
Binary1011101110110101000100110100101001011011101101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5A22; }

 p { color: rgb(187,90,34); }

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

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

 a { background-color: rgb(187,90,34); }

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

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

 span { border-color: rgb(187,90,34); }

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