#BB5A15

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

Shades of Christine #BB5A15

Tints of Christine #BB5A15

Color information

#BB5A15 (or 0xBB5A15) is unknown color: approx Christine. HEX triplet: BB, 5A and 15. RGB value is (187,90,21). Sum of RGB (Red+Green+Blue) = 187+90+21=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5A15 is #44A5EA. Grayscale: #6F6F6F. Windows color (decimal): -4498923 or 1399483. OLE color: 1399483.

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

Color convert

RGB1879021-
CMYK00.520.890.27
HSL24.94º79.81%40.78%-
HSV(B)24.94º88.77%73.33%-
XYZ24.2917.932.89-
YUV111.1477.14182.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.75%
GREEN value IS 90 (35.55% from 255) = 30.20%
BLUE value IS 21 (8.59% from 255) = 7.05%
R=62.75%
G=30.20%
B=7.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187902100.520.890.2724.9479.8140.78
HexBB5A15034591B195029
Octal27313225064131333112051
Binary101110111011010101010110100101100111011110011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5A15; }

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

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

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

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

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

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

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

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