#BA8C82

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

Shades of Brandy Rose #BA8C82

Tints of Brandy Rose #BA8C82

Color information

#BA8C82 (or 0xBA8C82) is unknown color: approx Brandy Rose. HEX triplet: BA, 8C and 82. RGB value is (186,140,130). Sum of RGB (Red+Green+Blue) = 186+140+130=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8C82 is #45737D. Grayscale: #989898. Windows color (decimal): -4551550 or 8555706. OLE color: 8555706.

HSL color Cylindrical-coordinate representation of color #BA8C82: hue angle of 10.71º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA8C82 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB186140130-
CMYK00.250.300.27
HSL10.71º28.87%61.96%-
HSV(B)10.71º30.11%72.94%-
XYZ33.6630.8125.29-
YUV152.61115.24151.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.79%
GREEN value IS 140 (55.08% from 255) = 30.70%
BLUE value IS 130 (51.17% from 255) = 28.51%
R=40.79%
G=30.70%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614013000.250.300.2710.7128.8761.96
HexBA8C820191E1Bb1d3e
Octal2722142020313633133576
Binary1011101010001100100000100110011111011011101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8C82; }

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

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

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

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

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

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

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

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