#BA5E1D

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

Shades of Christine #BA5E1D

Tints of Christine #BA5E1D

Color information

#BA5E1D (or 0xBA5E1D) is unknown color: approx Christine. HEX triplet: BA, 5E and 1D. RGB value is (186,94,29). Sum of RGB (Red+Green+Blue) = 186+94+29=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 29 (11.72% from 255 or 9.39% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5E1D is #45A1E2. Grayscale: #727272. Windows color (decimal): -4563427 or 1924794. OLE color: 1924794.

HSL color Cylindrical-coordinate representation of color #BA5E1D: hue angle of 24.84º 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 #BA5E1D is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB1869429-
CMYK00.490.840.27
HSL24.84º73.02%42.16%-
HSV(B)24.84º84.41%72.94%-
XYZ24.4718.533.45-
YUV114.179.98179.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.19%
GREEN value IS 94 (37.11% from 255) = 30.42%
BLUE value IS 29 (11.72% from 255) = 9.39%
R=60.19%
G=30.42%
B=9.39%

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
Decimal186942900.490.840.2724.8473.0242.16
HexBA5E1D031541B19492a
Octal27213635061124333111152
Binary101110101011110111010110001101010011011110011001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5E1D; }

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

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

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

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

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

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

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

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