#BA866D

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

Shades of Brandy Rose #BA866D

Tints of Brandy Rose #BA866D

Color information

#BA866D (or 0xBA866D) is unknown color: approx Brandy Rose. HEX triplet: BA, 86 and 6D. RGB value is (186,134,109). Sum of RGB (Red+Green+Blue) = 186+134+109=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA866D is #457992. Grayscale: #929292. Windows color (decimal): -4553107 or 7177914. OLE color: 7177914.

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

Color convert

RGB186134109-
CMYK00.280.410.27
HSL19.48º35.81%57.84%-
HSV(B)19.48º41.4%72.94%-
XYZ31.5428.5918.33-
YUV146.7106.73156.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.36%
GREEN value IS 134 (52.73% from 255) = 31.24%
BLUE value IS 109 (42.97% from 255) = 25.41%
R=43.36%
G=31.24%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613410900.280.410.2719.4835.8157.84
HexBA866D01C291B13243a
Octal2722061550345133234472
Binary101110101000011011011010111001010011101110011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA866D; }

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

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

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

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

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

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

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

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