#BA806A

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

Shades of Brandy Rose #BA806A

Tints of Brandy Rose #BA806A

Color information

#BA806A (or 0xBA806A) is unknown color: approx Brandy Rose. HEX triplet: BA, 80 and 6A. RGB value is (186,128,106). Sum of RGB (Red+Green+Blue) = 186+128+106=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA806A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA806A is #457F95. Grayscale: #8E8E8E. Windows color (decimal): -4554646 or 6979770. OLE color: 6979770.

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

Color convert

RGB186128106-
CMYK00.310.430.27
HSL16.5º36.7%57.25%-
HSV(B)16.5º43.01%72.94%-
XYZ30.5726.9217.22-
YUV142.83107.22158.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.29%
GREEN value IS 128 (50.39% from 255) = 30.48%
BLUE value IS 106 (41.80% from 255) = 25.24%
R=44.29%
G=30.48%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612810600.310.430.2716.536.757.25
HexBA806A01F2B1B112539
Octal2722001520375333214571
Binary101110101000000011010100111111010111101110001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA806A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA806A; }

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

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

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

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

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

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

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

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