#BA8B80

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

Shades of Brandy Rose #BA8B80

Tints of Brandy Rose #BA8B80

Color information

#BA8B80 (or 0xBA8B80) is unknown color: approx Brandy Rose. HEX triplet: BA, 8B and 80. RGB value is (186,139,128). Sum of RGB (Red+Green+Blue) = 186+139+128=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8B80 is #45747F. Grayscale: #979797. Windows color (decimal): -4551808 or 8424378. OLE color: 8424378.

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

Color convert

RGB186139128-
CMYK00.250.310.27
HSL11.38º29.59%61.57%-
HSV(B)11.38º31.18%72.94%-
XYZ33.3830.4624.54-
YUV151.8114.57152.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.06%
GREEN value IS 139 (54.69% from 255) = 30.68%
BLUE value IS 128 (50.39% from 255) = 28.26%
R=41.06%
G=30.68%
B=28.26%

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
Decimal18613912800.250.310.2711.3829.5961.57
HexBA8B800191F1Bb1e3e
Octal2722132000313733133676
Binary1011101010001011100000000110011111111011101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8B80; }

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

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

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

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

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

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

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

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