#BA6229

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

Shades of Christine #BA6229

Tints of Christine #BA6229

Color information

#BA6229 (or 0xBA6229) is unknown color: approx Christine. HEX triplet: BA, 62 and 29. RGB value is (186,98,41). Sum of RGB (Red+Green+Blue) = 186+98+41=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 41 (16.41% from 255 or 12.62% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6229 is #459DD6. Grayscale: #767676. Windows color (decimal): -4562391 or 2712250. OLE color: 2712250.

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

Color convert

RGB1869841-
CMYK00.470.780.27
HSL23.59º63.88%44.51%-
HSV(B)23.59º77.96%72.94%-
XYZ25.0219.334.51-
YUV117.8184.65176.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.23%
GREEN value IS 98 (38.67% from 255) = 30.15%
BLUE value IS 41 (16.41% from 255) = 12.62%
R=57.23%
G=30.15%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186984100.470.780.2723.5963.8844.51
HexBA622902F4E1B18402d
Octal27214251057116333010055
Binary1011101011000101010010101111100111011011110001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6229; }

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

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

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

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

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

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

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

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