#BA8A76

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

Shades of Brandy Rose #BA8A76

Tints of Brandy Rose #BA8A76

Color information

#BA8A76 (or 0xBA8A76) is unknown color: approx Brandy Rose. HEX triplet: BA, 8A and 76. RGB value is (186,138,118). Sum of RGB (Red+Green+Blue) = 186+138+118=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8A76 is #457589. Grayscale: #969696. Windows color (decimal): -4552074 or 7768762. OLE color: 7768762.

HSL color Cylindrical-coordinate representation of color #BA8A76: hue angle of 17.65º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA8A76 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB186138118-
CMYK00.260.370.27
HSL17.65º33.01%59.61%-
HSV(B)17.65º36.56%72.94%-
XYZ32.6129.9221.2-
YUV150.07109.9153.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.08%
GREEN value IS 138 (54.30% from 255) = 31.22%
BLUE value IS 118 (46.48% from 255) = 26.70%
R=42.08%
G=31.22%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613811800.260.370.2717.6533.0159.61
HexBA8A7601A251B12213c
Octal2722121660324533224174
Binary101110101000101011101100110101001011101110010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8A76; }

 p { color: rgb(186,138,118); }

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

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

 a { background-color: rgb(186,138,118); }

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

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

 span { border-color: rgb(186,138,118); }

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