#BA8A70

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

Shades of Brandy Rose #BA8A70

Tints of Brandy Rose #BA8A70

Color information

#BA8A70 (or 0xBA8A70) is unknown color: approx Brandy Rose. HEX triplet: BA, 8A and 70. RGB value is (186,138,112). Sum of RGB (Red+Green+Blue) = 186+138+112=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8A70 is #45758F. Grayscale: #959595. Windows color (decimal): -4552080 or 7375546. OLE color: 7375546.

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

Color convert

RGB186138112-
CMYK00.260.400.27
HSL21.08º34.91%58.43%-
HSV(B)21.08º39.78%72.94%-
XYZ32.2629.7919.38-
YUV149.39106.9154.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 138 (54.30% from 255) = 31.65%
BLUE value IS 112 (44.14% from 255) = 25.69%
R=42.66%
G=31.65%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613811200.260.400.2721.0834.9158.43
HexBA8A7001A281B15233a
Octal2722121600325033254372
Binary101110101000101011100000110101010001101110101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8A70; }

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

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

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

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

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

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

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

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