#BC5B1C

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

Shades of Christine #BC5B1C

Tints of Christine #BC5B1C

Color information

#BC5B1C (or 0xBC5B1C) is unknown color: approx Christine. HEX triplet: BC, 5B and 1C. RGB value is (188,91,28). Sum of RGB (Red+Green+Blue) = 188+91+28=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 28 (11.33% from 255 or 9.12% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5B1C is #43A4E3. Grayscale: #717171. Windows color (decimal): -4433124 or 1858492. OLE color: 1858492.

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

Color convert

RGB1889128-
CMYK00.520.850.26
HSL23.62º74.07%42.35%-
HSV(B)23.62º85.11%73.73%-
XYZ24.6918.263.32-
YUV112.8280.14181.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 61.24%
GREEN value IS 91 (35.94% from 255) = 29.64%
BLUE value IS 28 (11.33% from 255) = 9.12%
R=61.24%
G=29.64%
B=9.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188912800.520.850.2623.6274.0742.35
HexBC5B1C034551A184a2a
Octal27413334064125323011252
Binary101111001011011111000110100101010111010110001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5B1C; }

 p { color: rgb(188,91,28); }

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

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

 a { background-color: rgb(188,91,28); }

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

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

 span { border-color: rgb(188,91,28); }

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