#BA6926

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

Shades of Christine #BA6926

Tints of Christine #BA6926

Color information

#BA6926 (or 0xBA6926) is unknown color: approx Christine. HEX triplet: BA, 69 and 26. RGB value is (186,105,38). Sum of RGB (Red+Green+Blue) = 186+105+38=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 38 (15.23% from 255 or 11.55% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6926 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6926 is #4596D9. Grayscale: #797979. Windows color (decimal): -4560602 or 2517434. OLE color: 2517434.

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

Color convert

RGB18610538-
CMYK00.440.800.27
HSL27.16º66.07%43.92%-
HSV(B)27.16º79.57%72.94%-
XYZ25.6520.684.47-
YUV121.5880.84173.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.53%
GREEN value IS 105 (41.41% from 255) = 31.91%
BLUE value IS 38 (15.23% from 255) = 11.55%
R=56.53%
G=31.91%
B=11.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861053800.440.800.2727.1666.0743.92
HexBA692602C501B1b422c
Octal27215146054120333310254
Binary1011101011010011001100101100101000011011110111000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6926; }

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

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

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

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

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

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

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

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