#BA6924

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

Shades of Christine #BA6924

Tints of Christine #BA6924

Color information

#BA6924 (or 0xBA6924) is unknown color: approx Christine. HEX triplet: BA, 69 and 24. RGB value is (186,105,36). Sum of RGB (Red+Green+Blue) = 186+105+36=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 36 (14.45% from 255 or 11.01% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6924 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6924 is #4596DB. Grayscale: #797979. Windows color (decimal): -4560604 or 2386362. OLE color: 2386362.

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

Color convert

RGB18610536-
CMYK00.440.810.27
HSL27.6º67.57%43.53%-
HSV(B)27.6º80.65%72.94%-
XYZ25.6220.674.31-
YUV121.3579.84174.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.88%
GREEN value IS 105 (41.41% from 255) = 32.11%
BLUE value IS 36 (14.45% from 255) = 11.01%
R=56.88%
G=32.11%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861053600.440.810.2727.667.5743.53
HexBA692402C511B1c442c
Octal27215144054121333410454
Binary1011101011010011001000101100101000111011111001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6924; }

 p { color: rgb(186,105,36); }

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

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

 a { background-color: rgb(186,105,36); }

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

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

 span { border-color: rgb(186,105,36); }

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