#BA877E

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

Shades of Brandy Rose #BA877E

Tints of Brandy Rose #BA877E

Color information

#BA877E (or 0xBA877E) is unknown color: approx Brandy Rose. HEX triplet: BA, 87 and 7E. RGB value is (186,135,126). Sum of RGB (Red+Green+Blue) = 186+135+126=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA877E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA877E is #457881. Grayscale: #959595. Windows color (decimal): -4552834 or 8292282. OLE color: 8292282.

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

Color convert

RGB186135126-
CMYK00.270.320.27
HSL30.3%61.18%-
HSV(B)32.26%72.94%-
XYZ32.6829.2723.67-
YUV149.22114.9154.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.61%
GREEN value IS 135 (53.12% from 255) = 30.20%
BLUE value IS 126 (49.61% from 255) = 28.19%
R=41.61%
G=30.20%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613512600.270.320.27930.361.18
HexBA877E01B201B91e3d
Octal2722071760334033113675
Binary1011101010000111111111001101110000011011100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA877E; }

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

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

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

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

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

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

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

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