#BA5F1D

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

Shades of Christine #BA5F1D

Tints of Christine #BA5F1D

Color information

#BA5F1D (or 0xBA5F1D) is unknown color: approx Christine. HEX triplet: BA, 5F and 1D. RGB value is (186,95,29). Sum of RGB (Red+Green+Blue) = 186+95+29=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 95 (37.5% from 255 or 30.65% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5F1D is #45A0E2. Grayscale: #737373. Windows color (decimal): -4563171 or 1925050. OLE color: 1925050.

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

Color convert

RGB1869529-
CMYK00.490.840.27
HSL25.22º73.02%42.16%-
HSV(B)25.22º84.41%72.94%-
XYZ24.5618.713.48-
YUV114.6879.65178.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60%
GREEN value IS 95 (37.5% from 255) = 30.65%
BLUE value IS 29 (11.72% from 255) = 9.35%
R=60%
G=30.65%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186952900.490.840.2725.2273.0242.16
HexBA5F1D031541B19492a
Octal27213735061124333111152
Binary101110101011111111010110001101010011011110011001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5F1D; }

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

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

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

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

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

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

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

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