#BA8B7E

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

Shades of Brandy Rose #BA8B7E

Tints of Brandy Rose #BA8B7E

Color information

#BA8B7E (or 0xBA8B7E) is unknown color: approx Brandy Rose. HEX triplet: BA, 8B and 7E. RGB value is (186,139,126). Sum of RGB (Red+Green+Blue) = 186+139+126=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8B7E is #457481. Grayscale: #979797. Windows color (decimal): -4551810 or 8293306. OLE color: 8293306.

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

Color convert

RGB186139126-
CMYK00.250.320.27
HSL13º30.3%61.18%-
HSV(B)13º32.26%72.94%-
XYZ33.2530.4123.86-
YUV151.57113.57152.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.24%
GREEN value IS 139 (54.69% from 255) = 30.82%
BLUE value IS 126 (49.61% from 255) = 27.94%
R=41.24%
G=30.82%
B=27.94%

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
Decimal18613912600.250.320.271330.361.18
HexBA8B7E019201Bd1e3d
Octal2722131760314033153675
Binary1011101010001011111111001100110000011011110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8B7E; }

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

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

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

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

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

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

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

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