#BA8681

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

Shades of Brandy Rose #BA8681

Tints of Brandy Rose #BA8681

Color information

#BA8681 (or 0xBA8681) is unknown color: approx Brandy Rose. HEX triplet: BA, 86 and 81. RGB value is (186,134,129). Sum of RGB (Red+Green+Blue) = 186+134+129=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 129 (50.78% from 255 or 28.73% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8681 is #45797E. Grayscale: #959595. Windows color (decimal): -4553087 or 8488634. OLE color: 8488634.

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

Color convert

RGB186134129-
CMYK00.280.310.27
HSL5.26º29.23%61.76%-
HSV(B)5.26º30.65%72.94%-
XYZ32.7429.0724.66-
YUV148.98116.73154.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.43%
GREEN value IS 134 (52.73% from 255) = 29.84%
BLUE value IS 129 (50.78% from 255) = 28.73%
R=41.43%
G=29.84%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613412900.280.310.275.2629.2361.76
HexBA868101C1F1B51d3e
Octal272206201034373353576
Binary101110101000011010000001011100111111101110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8681; }

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

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

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

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

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

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

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

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