#BC5C24

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

Shades of Christine #BC5C24

Tints of Christine #BC5C24

Color information

#BC5C24 (or 0xBC5C24) is unknown color: approx Christine. HEX triplet: BC, 5C and 24. RGB value is (188,92,36). Sum of RGB (Red+Green+Blue) = 188+92+36=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5C24 is #43A3DB. Grayscale: #727272. Windows color (decimal): -4432860 or 2383036. OLE color: 2383036.

HSL color Cylindrical-coordinate representation of color #BC5C24: hue angle of 22.11º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC5C24 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB1889236-
CMYK00.510.810.26
HSL22.11º67.86%43.92%-
HSV(B)22.11º80.85%73.73%-
XYZ24.8818.473.92-
YUV114.3283.8180.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.49%
GREEN value IS 92 (36.33% from 255) = 29.11%
BLUE value IS 36 (14.45% from 255) = 11.39%
R=59.49%
G=29.11%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188923600.510.810.2622.1167.8643.92
HexBC5C24033511A16442c
Octal27413444063121322610454
Binary1011110010111001001000110011101000111010101101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5C24; }

 p { color: rgb(188,92,36); }

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

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

 a { background-color: rgb(188,92,36); }

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

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

 span { border-color: rgb(188,92,36); }

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