#BA876D

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

Shades of Brandy Rose #BA876D

Tints of Brandy Rose #BA876D

Color information

#BA876D (or 0xBA876D) is unknown color: approx Brandy Rose. HEX triplet: BA, 87 and 6D. RGB value is (186,135,109). Sum of RGB (Red+Green+Blue) = 186+135+109=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA876D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA876D is #457892. Grayscale: #939393. Windows color (decimal): -4552851 or 7178170. OLE color: 7178170.

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

Color convert

RGB186135109-
CMYK00.270.410.27
HSL20.26º35.81%57.84%-
HSV(B)20.26º41.4%72.94%-
XYZ31.6728.8718.37-
YUV147.28106.4155.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.26%
GREEN value IS 135 (53.12% from 255) = 31.40%
BLUE value IS 109 (42.97% from 255) = 25.35%
R=43.26%
G=31.40%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613510900.270.410.2720.2635.8157.84
HexBA876D01B291B14243a
Octal2722071550335133244472
Binary101110101000011111011010110111010011101110100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA876D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA876D; }

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

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

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

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

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

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

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

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