#BA6531

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

Shades of Christine #BA6531

Tints of Christine #BA6531

Color information

#BA6531 (or 0xBA6531) is unknown color: approx Christine. HEX triplet: BA, 65 and 31. RGB value is (186,101,49). Sum of RGB (Red+Green+Blue) = 186+101+49=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6531 is #459ACE. Grayscale: #787878. Windows color (decimal): -4561615 or 3237306. OLE color: 3237306.

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

Color convert

RGB18610149-
CMYK00.460.740.27
HSL22.77º58.3%46.08%-
HSV(B)22.77º73.66%72.94%-
XYZ25.4619.975.42-
YUV120.4987.66174.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.36%
GREEN value IS 101 (39.84% from 255) = 30.06%
BLUE value IS 49 (19.53% from 255) = 14.58%
R=55.36%
G=30.06%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861014900.460.740.2722.7758.346.08
HexBA653102E4A1B173a2e
Octal2721456105611233277256
Binary101110101100101110001010111010010101101110111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6531; }

 p { color: rgb(186,101,49); }

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

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

 a { background-color: rgb(186,101,49); }

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

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

 span { border-color: rgb(186,101,49); }

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