#BA8176

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

Shades of Brandy Rose #BA8176

Tints of Brandy Rose #BA8176

Color information

#BA8176 (or 0xBA8176) is unknown color: approx Brandy Rose. HEX triplet: BA, 81 and 76. RGB value is (186,129,118). Sum of RGB (Red+Green+Blue) = 186+129+118=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8176 is #457E89. Grayscale: #909090. Windows color (decimal): -4554378 or 7766458. OLE color: 7766458.

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

Color convert

RGB186129118-
CMYK00.310.370.27
HSL9.71º33.01%59.61%-
HSV(B)9.71º36.56%72.94%-
XYZ31.3727.4520.78-
YUV144.79112.88157.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.96%
GREEN value IS 129 (50.78% from 255) = 29.79%
BLUE value IS 118 (46.48% from 255) = 27.25%
R=42.96%
G=29.79%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612911800.310.370.279.7133.0159.61
HexBA817601F251Ba213c
Octal2722011660374533124174
Binary10111010100000011110110011111100101110111010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8176; }

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

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

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

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

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

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

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

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