#BB5C15

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

Shades of Christine #BB5C15

Tints of Christine #BB5C15

Color information

#BB5C15 (or 0xBB5C15) is unknown color: approx Christine. HEX triplet: BB, 5C and 15. RGB value is (187,92,21). Sum of RGB (Red+Green+Blue) = 187+92+21=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5C15 is #44A3EA. Grayscale: #707070. Windows color (decimal): -4498411 or 1399995. OLE color: 1399995.

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

Color convert

RGB1879221-
CMYK00.510.890.27
HSL25.66º79.81%40.78%-
HSV(B)25.66º88.77%73.33%-
XYZ24.4618.272.95-
YUV112.3176.47181.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.33%
GREEN value IS 92 (36.33% from 255) = 30.67%
BLUE value IS 21 (8.59% from 255) = 7%
R=62.33%
G=30.67%
B=7%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187922100.510.890.2725.6679.8140.78
HexBB5C15033591B1a5029
Octal27313425063131333212051
Binary101110111011100101010110011101100111011110101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5C15; }

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

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

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

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

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

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

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

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