#BA8680

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

Shades of Brandy Rose #BA8680

Tints of Brandy Rose #BA8680

Color information

#BA8680 (or 0xBA8680) is unknown color: approx Brandy Rose. HEX triplet: BA, 86 and 80. RGB value is (186,134,128). Sum of RGB (Red+Green+Blue) = 186+134+128=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8680 is #45797F. Grayscale: #949494. Windows color (decimal): -4553088 or 8423098. OLE color: 8423098.

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

Color convert

RGB186134128-
CMYK00.280.310.27
HSL6.21º29.59%61.57%-
HSV(B)6.21º31.18%72.94%-
XYZ32.6729.0524.31-
YUV148.86116.23154.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.52%
GREEN value IS 134 (52.73% from 255) = 29.91%
BLUE value IS 128 (50.39% from 255) = 28.57%
R=41.52%
G=29.91%
B=28.57%

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
Decimal18613412800.280.310.276.2129.5961.57
HexBA868001C1F1B61e3e
Octal272206200034373363676
Binary101110101000011010000000011100111111101111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8680; }

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

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

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

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

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

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

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

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