#BA8773

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

Shades of Brandy Rose #BA8773

Tints of Brandy Rose #BA8773

Color information

#BA8773 (or 0xBA8773) is unknown color: approx Brandy Rose. HEX triplet: BA, 87 and 73. RGB value is (186,135,115). Sum of RGB (Red+Green+Blue) = 186+135+115=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8773 is #45788C. Grayscale: #949494. Windows color (decimal): -4552845 or 7571386. OLE color: 7571386.

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

Color convert

RGB186135115-
CMYK00.270.380.27
HSL16.9º33.97%59.02%-
HSV(B)16.9º38.17%72.94%-
XYZ32.012920.13-
YUV147.97109.4155.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 135 (53.12% from 255) = 30.96%
BLUE value IS 115 (45.31% from 255) = 26.38%
R=42.66%
G=30.96%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613511500.270.380.2716.933.9759.02
HexBA877301B261B11223b
Octal2722071630334633214273
Binary101110101000011111100110110111001101101110001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8773; }

 p { color: rgb(186,135,115); }

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

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

 a { background-color: rgb(186,135,115); }

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

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

 span { border-color: rgb(186,135,115); }

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