#BA876F

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

Shades of Brandy Rose #BA876F

Tints of Brandy Rose #BA876F

Color information

#BA876F (or 0xBA876F) is unknown color: approx Brandy Rose. HEX triplet: BA, 87 and 6F. RGB value is (186,135,111). Sum of RGB (Red+Green+Blue) = 186+135+111=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA876F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA876F is #457890. Grayscale: #939393. Windows color (decimal): -4552849 or 7309242. OLE color: 7309242.

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

Color convert

RGB186135111-
CMYK00.270.400.27
HSL19.2º35.21%58.24%-
HSV(B)19.2º40.32%72.94%-
XYZ31.7828.9118.94-
YUV147.51107.4155.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.06%
GREEN value IS 135 (53.12% from 255) = 31.25%
BLUE value IS 111 (43.75% from 255) = 25.69%
R=43.06%
G=31.25%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613511100.270.400.2719.235.2158.24
HexBA876F01B281B13233a
Octal2722071570335033234372
Binary101110101000011111011110110111010001101110011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA876F; }

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

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

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

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

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

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

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

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