#BA6A34

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

Shades of Christine #BA6A34

Tints of Christine #BA6A34

Color information

#BA6A34 (or 0xBA6A34) is unknown color: approx Christine. HEX triplet: BA, 6A and 34. RGB value is (186,106,52). Sum of RGB (Red+Green+Blue) = 186+106+52=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 52 (20.70% from 255 or 15.12% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6A34 is #4595CB. Grayscale: #7C7C7C. Windows color (decimal): -4560332 or 3435194. OLE color: 3435194.

HSL color Cylindrical-coordinate representation of color #BA6A34: hue angle of 24.18º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA6A34 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB18610652-
CMYK00.430.720.27
HSL24.18º56.3%46.67%-
HSV(B)24.18º72.04%72.94%-
XYZ26.02215.93-
YUV123.7687.5172.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.07%
GREEN value IS 106 (41.80% from 255) = 30.81%
BLUE value IS 52 (20.70% from 255) = 15.12%
R=54.07%
G=30.81%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861065200.430.720.2724.1856.346.67
HexBA6A3402B481B18382f
Octal2721526405311033307057
Binary101110101101010110100010101110010001101111000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6A34; }

 p { color: rgb(186,106,52); }

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

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

 a { background-color: rgb(186,106,52); }

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

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

 span { border-color: rgb(186,106,52); }

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