#BA8371

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

Shades of Brandy Rose #BA8371

Tints of Brandy Rose #BA8371

Color information

#BA8371 (or 0xBA8371) is unknown color: approx Brandy Rose. HEX triplet: BA, 83 and 71. RGB value is (186,131,113). Sum of RGB (Red+Green+Blue) = 186+131+113=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8371 is #457C8E. Grayscale: #919191. Windows color (decimal): -4553871 or 7439290. OLE color: 7439290.

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

Color convert

RGB186131113-
CMYK00.300.390.27
HSL14.79º34.6%58.63%-
HSV(B)14.79º39.25%72.94%-
XYZ31.3527.8619.35-
YUV145.39109.72156.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.26%
GREEN value IS 131 (51.56% from 255) = 30.47%
BLUE value IS 113 (44.53% from 255) = 26.28%
R=43.26%
G=30.47%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613111300.300.390.2714.7934.658.63
HexBA837101E271Bf233b
Octal2722031610364733174373
Binary10111010100000111110001011110100111110111111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8371; }

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

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

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

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

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

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

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

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