#BA6129

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

Shades of Christine #BA6129

Tints of Christine #BA6129

Color information

#BA6129 (or 0xBA6129) is unknown color: approx Christine. HEX triplet: BA, 61 and 29. RGB value is (186,97,41). Sum of RGB (Red+Green+Blue) = 186+97+41=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 41 (16.41% from 255 or 12.65% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6129 is #459ED6. Grayscale: #757575. Windows color (decimal): -4562647 or 2711994. OLE color: 2711994.

HSL color Cylindrical-coordinate representation of color #BA6129: hue angle of 23.17º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA6129 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB1869741-
CMYK00.480.780.27
HSL23.17º63.88%44.51%-
HSV(B)23.17º77.96%72.94%-
XYZ24.9219.154.48-
YUV117.2384.99177.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.41%
GREEN value IS 97 (38.28% from 255) = 29.94%
BLUE value IS 41 (16.41% from 255) = 12.65%
R=57.41%
G=29.94%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186974100.480.780.2723.1763.8844.51
HexBA61290304E1B17402d
Octal27214151060116332710055
Binary1011101011000011010010110000100111011011101111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6129; }

 p { color: rgb(186,97,41); }

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

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

 a { background-color: rgb(186,97,41); }

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

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

 span { border-color: rgb(186,97,41); }

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