#BC5F2A

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

Shades of Christine #BC5F2A

Tints of Christine #BC5F2A

Color information

#BC5F2A (or 0xBC5F2A) is unknown color: approx Christine. HEX triplet: BC, 5F and 2A. RGB value is (188,95,42). Sum of RGB (Red+Green+Blue) = 188+95+42=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5F2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5F2A is #43A0D5. Grayscale: #757575. Windows color (decimal): -4432086 or 2777020. OLE color: 2777020.

HSL color Cylindrical-coordinate representation of color #BC5F2A: hue angle of 21.78º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC5F2A is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB1889542-
CMYK00.490.780.26
HSL21.78º63.48%45.1%-
HSV(B)21.78º77.66%73.73%-
XYZ25.2519.044.54-
YUV116.7685.81178.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.85%
GREEN value IS 95 (37.5% from 255) = 29.23%
BLUE value IS 42 (16.80% from 255) = 12.92%
R=57.85%
G=29.23%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188954200.490.780.2621.7863.4845.1
HexBC5F2A0314E1A163f2d
Octal2741375206111632267755
Binary101111001011111101010011000110011101101010110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5F2A; }

 p { color: rgb(188,95,42); }

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

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

 a { background-color: rgb(188,95,42); }

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

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

 span { border-color: rgb(188,95,42); }

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