#ba5f1f

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

Shades of Christine #BA5F1F

Tints of Christine #BA5F1F

Color information

#BA5F1F (or 0xBA5F1F) is unknown color: approx Christine. HEX triplet: BA, 5F and 1F. RGB value is (186,95,31). Sum of RGB (Red+Green+Blue) = 186+95+31=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5F1F is #45A0E0. Grayscale: #737373. Windows color (decimal): -4563169 or 2056122. OLE color: 2056122.

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

Color convert

RGB1869531-
CMYK00.490.830.27
HSL24.77º71.43%42.55%-
HSV(B)24.77º83.33%72.94%-
XYZ24.5918.723.61-
YUV114.9180.65178.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.62%
GREEN value IS 95 (37.5% from 255) = 30.45%
BLUE value IS 31 (12.5% from 255) = 9.94%
R=59.62%
G=30.45%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186953100.490.830.2724.7771.4342.55
HexBA5F1F031531B19472b
Octal27213737061123333110753
Binary101110101011111111110110001101001111011110011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba5f1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba5f1f; }

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

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

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

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

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

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

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

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