#BA8F7F

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

Shades of Brandy Rose #BA8F7F

Tints of Brandy Rose #BA8F7F

Color information

#BA8F7F (or 0xBA8F7F) is unknown color: approx Brandy Rose. HEX triplet: BA, 8F and 7F. RGB value is (186,143,127). Sum of RGB (Red+Green+Blue) = 186+143+127=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8F7F is #457080. Grayscale: #9A9A9A. Windows color (decimal): -4550785 or 8359866. OLE color: 8359866.

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

Color convert

RGB186143127-
CMYK00.230.320.27
HSL16.27º29.95%61.37%-
HSV(B)16.27º31.72%72.94%-
XYZ33.931.6224.39-
YUV154.03112.75150.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.79%
GREEN value IS 143 (56.25% from 255) = 31.36%
BLUE value IS 127 (50% from 255) = 27.85%
R=40.79%
G=31.36%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614312700.230.320.2716.2729.9561.37
HexBA8F7F017201B101e3d
Octal2722171770274033203675
Binary10111010100011111111111010111100000110111000011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8F7F; }

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

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

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

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

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

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

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

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