#BA8481

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

Shades of Brandy Rose #BA8481

Tints of Brandy Rose #BA8481

Color information

#BA8481 (or 0xBA8481) is unknown color: approx Brandy Rose. HEX triplet: BA, 84 and 81. RGB value is (186,132,129). Sum of RGB (Red+Green+Blue) = 186+132+129=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8481 is #457B7E. Grayscale: #939393. Windows color (decimal): -4553599 or 8488122. OLE color: 8488122.

HSL color Cylindrical-coordinate representation of color #BA8481: hue angle of 3.16º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA8481 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB186132129-
CMYK00.290.310.27
HSL3.16º29.23%61.76%-
HSV(B)3.16º30.65%72.94%-
XYZ32.4628.5324.56-
YUV147.8117.39155.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.61%
GREEN value IS 132 (51.95% from 255) = 29.53%
BLUE value IS 129 (50.78% from 255) = 28.86%
R=41.61%
G=29.53%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613212900.290.310.273.1629.2361.76
HexBA848101D1F1B31d3e
Octal272204201035373333576
Binary10111010100001001000000101110111111110111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8481; }

 p { color: rgb(186,132,129); }

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

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

 a { background-color: rgb(186,132,129); }

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

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

 span { border-color: rgb(186,132,129); }

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