#BA5C21

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

Shades of Christine #BA5C21

Tints of Christine #BA5C21

Color information

#BA5C21 (or 0xBA5C21) is unknown color: approx Christine. HEX triplet: BA, 5C and 21. RGB value is (186,92,33). Sum of RGB (Red+Green+Blue) = 186+92+33=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 33 (13.28% from 255 or 10.61% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5C21 is #45A3DE. Grayscale: #717171. Windows color (decimal): -4563935 or 2186426. OLE color: 2186426.

HSL color Cylindrical-coordinate representation of color #BA5C21: hue angle of 23.14º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA5C21 is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB1869233-
CMYK00.510.820.27
HSL23.14º69.86%42.94%-
HSV(B)23.14º82.26%72.94%-
XYZ24.3518.23.67-
YUV113.3882.64179.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.81%
GREEN value IS 92 (36.33% from 255) = 29.58%
BLUE value IS 33 (13.28% from 255) = 10.61%
R=59.81%
G=29.58%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186923300.510.820.2723.1469.8642.94
HexBA5C21033521B17462b
Octal27213441063122332710653
Binary1011101010111001000010110011101001011011101111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5C21; }

 p { color: rgb(186,92,33); }

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

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

 a { background-color: rgb(186,92,33); }

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

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

 span { border-color: rgb(186,92,33); }

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