#BA866A

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

Shades of Brandy Rose #BA866A

Tints of Brandy Rose #BA866A

Color information

#BA866A (or 0xBA866A) is unknown color: approx Brandy Rose. HEX triplet: BA, 86 and 6A. RGB value is (186,134,106). Sum of RGB (Red+Green+Blue) = 186+134+106=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA866A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA866A is #457995. Grayscale: #929292. Windows color (decimal): -4553110 or 6981306. OLE color: 6981306.

HSL color Cylindrical-coordinate representation of color #BA866A: hue angle of 21º 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 #BA866A is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB186134106-
CMYK00.280.430.27
HSL21º36.7%57.25%-
HSV(B)21º43.01%72.94%-
XYZ31.3828.5317.49-
YUV146.36105.23156.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.66%
GREEN value IS 134 (52.73% from 255) = 31.46%
BLUE value IS 106 (41.80% from 255) = 24.88%
R=43.66%
G=31.46%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613410600.280.430.272136.757.25
HexBA866A01C2B1B152539
Octal2722061520345333254571
Binary101110101000011011010100111001010111101110101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA866A; }

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

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

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

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

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

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

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

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