#BC5A16

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

Shades of Christine #BC5A16

Tints of Christine #BC5A16

Color information

#BC5A16 (or 0xBC5A16) is unknown color: approx Christine. HEX triplet: BC, 5A and 16. RGB value is (188,90,22). Sum of RGB (Red+Green+Blue) = 188+90+22=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5A16 is #43A5E9. Grayscale: #6F6F6F. Windows color (decimal): -4433386 or 1465020. OLE color: 1465020.

HSL color Cylindrical-coordinate representation of color #BC5A16: hue angle of 24.58º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC5A16 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB1889022-
CMYK00.520.880.26
HSL24.58º79.05%41.18%-
HSV(B)24.58º88.3%73.73%-
XYZ24.5418.062.95-
YUV111.5577.47182.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 62.67%
GREEN value IS 90 (35.55% from 255) = 30%
BLUE value IS 22 (8.98% from 255) = 7.33%
R=62.67%
G=30%
B=7.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188902200.520.880.2624.5879.0541.18
HexBC5A16034581A194f29
Octal27413226064130323111751
Binary101111001011010101100110100101100011010110011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5A16; }

 p { color: rgb(188,90,22); }

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

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

 a { background-color: rgb(188,90,22); }

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

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

 span { border-color: rgb(188,90,22); }

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