#BA8B71

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

Shades of Brandy Rose #BA8B71

Tints of Brandy Rose #BA8B71

Color information

#BA8B71 (or 0xBA8B71) is unknown color: approx Brandy Rose. HEX triplet: BA, 8B and 71. RGB value is (186,139,113). Sum of RGB (Red+Green+Blue) = 186+139+113=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8B71 is #45748E. Grayscale: #969696. Windows color (decimal): -4551823 or 7441338. OLE color: 7441338.

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

Color convert

RGB186139113-
CMYK00.250.390.27
HSL21.37º34.6%58.63%-
HSV(B)21.37º39.25%72.94%-
XYZ32.4630.119.72-
YUV150.09107.07153.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.47%
GREEN value IS 139 (54.69% from 255) = 31.74%
BLUE value IS 113 (44.53% from 255) = 25.80%
R=42.47%
G=31.74%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613911300.250.390.2721.3734.658.63
HexBA8B71019271B15233b
Octal2722131610314733254373
Binary101110101000101111100010110011001111101110101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8B71; }

 p { color: rgb(186,139,113); }

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

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

 a { background-color: rgb(186,139,113); }

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

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

 span { border-color: rgb(186,139,113); }

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