#BA8280

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

Shades of Brandy Rose #BA8280

Tints of Brandy Rose #BA8280

Color information

#BA8280 (or 0xBA8280) is unknown color: approx Brandy Rose. HEX triplet: BA, 82 and 80. RGB value is (186,130,128). Sum of RGB (Red+Green+Blue) = 186+130+128=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8280 is #457D7F. Grayscale: #929292. Windows color (decimal): -4554112 or 8422074. OLE color: 8422074.

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

Color convert

RGB186130128-
CMYK00.300.310.27
HSL2.07º29.59%61.57%-
HSV(B)2.07º31.18%72.94%-
XYZ32.1327.9624.13-
YUV146.52117.55156.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.89%
GREEN value IS 130 (51.17% from 255) = 29.28%
BLUE value IS 128 (50.39% from 255) = 28.83%
R=41.89%
G=29.28%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613012800.300.310.272.0729.5961.57
HexBA828001E1F1B21e3e
Octal272202200036373323676
Binary10111010100000101000000001111011111110111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8280; }

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

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

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

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

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

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

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

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