#BC5A1F

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

Shades of Christine #BC5A1F

Tints of Christine #BC5A1F

Color information

#BC5A1F (or 0xBC5A1F) is unknown color: approx Christine. HEX triplet: BC, 5A and 1F. RGB value is (188,90,31). Sum of RGB (Red+Green+Blue) = 188+90+31=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5A1F is #43A5E0. Grayscale: #707070. Windows color (decimal): -4433377 or 2054844. OLE color: 2054844.

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

Color convert

RGB1889031-
CMYK00.520.840.26
HSL22.55º71.69%42.94%-
HSV(B)22.55º83.51%73.73%-
XYZ24.6418.13.49-
YUV112.5881.97181.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 60.84%
GREEN value IS 90 (35.55% from 255) = 29.13%
BLUE value IS 31 (12.5% from 255) = 10.03%
R=60.84%
G=29.13%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188903100.520.840.2622.5571.6942.94
HexBC5A1F034541A17482b
Octal27413237064124322711053
Binary101111001011010111110110100101010011010101111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5A1F; }

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

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

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

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

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

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

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

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