#BA8C80

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

Shades of Brandy Rose #BA8C80

Tints of Brandy Rose #BA8C80

Color information

#BA8C80 (or 0xBA8C80) is unknown color: approx Brandy Rose. HEX triplet: BA, 8C and 80. RGB value is (186,140,128). Sum of RGB (Red+Green+Blue) = 186+140+128=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8C80 is #45737F. Grayscale: #989898. Windows color (decimal): -4551552 or 8424634. OLE color: 8424634.

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

Color convert

RGB186140128-
CMYK00.250.310.27
HSL12.41º29.59%61.57%-
HSV(B)12.41º31.18%72.94%-
XYZ33.5230.7524.59-
YUV152.39114.24151.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.97%
GREEN value IS 140 (55.08% from 255) = 30.84%
BLUE value IS 128 (50.39% from 255) = 28.19%
R=40.97%
G=30.84%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614012800.250.310.2712.4129.5961.57
HexBA8C800191F1Bc1e3e
Octal2722142000313733143676
Binary1011101010001100100000000110011111111011110011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8C80; }

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

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

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

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

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

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

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

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