#BA601D

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

Shades of Christine #BA601D

Tints of Christine #BA601D

Color information

#BA601D (or 0xBA601D) is unknown color: approx Christine. HEX triplet: BA, 60 and 1D. RGB value is (186,96,29). Sum of RGB (Red+Green+Blue) = 186+96+29=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 29 (11.72% from 255 or 9.32% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA601D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA601D is #459FE2. Grayscale: #737373. Windows color (decimal): -4562915 or 1925306. OLE color: 1925306.

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

Color convert

RGB1869629-
CMYK00.480.840.27
HSL25.61º73.02%42.16%-
HSV(B)25.61º84.41%72.94%-
XYZ24.6518.893.51-
YUV115.2779.32178.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.81%
GREEN value IS 96 (37.89% from 255) = 30.87%
BLUE value IS 29 (11.72% from 255) = 9.32%
R=59.81%
G=30.87%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186962900.480.840.2725.6173.0242.16
HexBA601D030541B1a492a
Octal27214035060124333211152
Binary101110101100000111010110000101010011011110101001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA601D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA601D; }

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

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

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

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

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

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

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

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