#BA8077

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

Shades of Brandy Rose #BA8077

Tints of Brandy Rose #BA8077

Color information

#BA8077 (or 0xBA8077) is unknown color: approx Brandy Rose. HEX triplet: BA, 80 and 77. RGB value is (186,128,119). Sum of RGB (Red+Green+Blue) = 186+128+119=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8077 is #457F88. Grayscale: #909090. Windows color (decimal): -4554633 or 7831738. OLE color: 7831738.

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

Color convert

RGB186128119-
CMYK00.310.360.27
HSL8.06º32.68%59.8%-
HSV(B)8.06º36.02%72.94%-
XYZ31.327.2121.06-
YUV144.32113.72157.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.96%
GREEN value IS 128 (50.39% from 255) = 29.56%
BLUE value IS 119 (46.88% from 255) = 27.48%
R=42.96%
G=29.56%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612811900.310.360.278.0632.6859.8
HexBA807701F241B8213c
Octal2722001670374433104174
Binary10111010100000001110111011111100100110111000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8077; }

 p { color: rgb(186,128,119); }

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

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

 a { background-color: rgb(186,128,119); }

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

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

 span { border-color: rgb(186,128,119); }

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