#bc5e1f

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

Shades of Christine #BC5E1F

Tints of Christine #BC5E1F

Color information

#BC5E1F (or 0xBC5E1F) is unknown color: approx Christine. HEX triplet: BC, 5E and 1F. RGB value is (188,94,31). Sum of RGB (Red+Green+Blue) = 188+94+31=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 31 (12.5% from 255 or 9.90% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5E1F is #43A1E0. Grayscale: #737373. Windows color (decimal): -4432353 or 2055868. OLE color: 2055868.

HSL color Cylindrical-coordinate representation of color #BC5E1F: hue angle of 24.08º 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 #BC5E1F is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB1889431-
CMYK00.500.840.26
HSL24.08º71.69%42.94%-
HSV(B)24.08º83.51%73.73%-
XYZ24.9918.83.61-
YUV114.9280.64180.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 60.06%
GREEN value IS 94 (37.11% from 255) = 30.03%
BLUE value IS 31 (12.5% from 255) = 9.90%
R=60.06%
G=30.03%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188943100.500.840.2624.0871.6942.94
HexBC5E1F032541A18482b
Octal27413637062124323011053
Binary101111001011110111110110010101010011010110001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc5e1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc5e1f; }

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

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

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

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

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

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

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

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