#BA5F15

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

Shades of Christine #BA5F15

Tints of Christine #BA5F15

Color information

#BA5F15 (or 0xBA5F15) is unknown color: approx Christine. HEX triplet: BA, 5F and 15. RGB value is (186,95,21). Sum of RGB (Red+Green+Blue) = 186+95+21=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5F15 is #45A0EA. Grayscale: #727272. Windows color (decimal): -4563179 or 1400762. OLE color: 1400762.

HSL color Cylindrical-coordinate representation of color #BA5F15: hue angle of 26.91º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA5F15 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB1869521-
CMYK00.490.890.27
HSL26.91º79.71%40.59%-
HSV(B)26.91º88.71%72.94%-
XYZ24.4818.683.02-
YUV113.7775.65179.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.59%
GREEN value IS 95 (37.5% from 255) = 31.46%
BLUE value IS 21 (8.59% from 255) = 6.95%
R=61.59%
G=31.46%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186952100.490.890.2726.9179.7140.59
HexBA5F15031591B1b5029
Octal27213725061131333312051
Binary101110101011111101010110001101100111011110111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5F15; }

 p { color: rgb(186,95,21); }

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

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

 a { background-color: rgb(186,95,21); }

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

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

 span { border-color: rgb(186,95,21); }

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