#BA8B7F

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

Shades of Brandy Rose #BA8B7F

Tints of Brandy Rose #BA8B7F

Color information

#BA8B7F (or 0xBA8B7F) is unknown color: approx Brandy Rose. HEX triplet: BA, 8B and 7F. RGB value is (186,139,127). Sum of RGB (Red+Green+Blue) = 186+139+127=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 139 (54.69% from 255 or 30.75% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8B7F is #457480. Grayscale: #979797. Windows color (decimal): -4551809 or 8358842. OLE color: 8358842.

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

Color convert

RGB186139127-
CMYK00.250.320.27
HSL12.2º29.95%61.37%-
HSV(B)12.2º31.72%72.94%-
XYZ33.3130.4424.2-
YUV151.68114.07152.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.15%
GREEN value IS 139 (54.69% from 255) = 30.75%
BLUE value IS 127 (50% from 255) = 28.10%
R=41.15%
G=30.75%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613912700.250.320.2712.229.9561.37
HexBA8B7F019201Bc1e3d
Octal2722131770314033143675
Binary1011101010001011111111101100110000011011110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8B7F; }

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

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

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

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

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

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

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

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