#BA6937

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

Shades of Christine #BA6937

Tints of Christine #BA6937

Color information

#BA6937 (or 0xBA6937) is unknown color: approx Christine. HEX triplet: BA, 69 and 37. RGB value is (186,105,55). Sum of RGB (Red+Green+Blue) = 186+105+55=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 55 (21.88% from 255 or 15.90% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6937 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6937 is #4596C8. Grayscale: #7B7B7B. Windows color (decimal): -4560585 or 3631546. OLE color: 3631546.

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

Color convert

RGB18610555-
CMYK00.440.700.27
HSL22.9º54.36%47.25%-
HSV(B)22.9º70.43%72.94%-
XYZ25.9920.826.26-
YUV123.5289.34172.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.76%
GREEN value IS 105 (41.41% from 255) = 30.35%
BLUE value IS 55 (21.88% from 255) = 15.90%
R=53.76%
G=30.35%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861055500.440.700.2722.954.3647.25
HexBA693702C461B17362f
Octal2721516705410633276657
Binary101110101101001110111010110010001101101110111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6937; }

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

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

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

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

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

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

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

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