#BA8E7D

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

Shades of Brandy Rose #BA8E7D

Tints of Brandy Rose #BA8E7D

Color information

#BA8E7D (or 0xBA8E7D) is unknown color: approx Brandy Rose. HEX triplet: BA, 8E and 7D. RGB value is (186,142,125). Sum of RGB (Red+Green+Blue) = 186+142+125=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 142 (55.86% from 255 or 31.35% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8E7D is #457182. Grayscale: #999999. Windows color (decimal): -4551043 or 8228538. OLE color: 8228538.

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

Color convert

RGB186142125-
CMYK00.240.330.27
HSL16.72º30.65%60.98%-
HSV(B)16.72º32.8%72.94%-
XYZ33.6231.2723.66-
YUV153.22112.08151.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.06%
GREEN value IS 142 (55.86% from 255) = 31.35%
BLUE value IS 125 (49.22% from 255) = 27.59%
R=41.06%
G=31.35%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614212500.240.330.2716.7230.6560.98
HexBA8E7D018211B111f3d
Octal2722161750304133213775
Binary10111010100011101111101011000100001110111000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8E7D; }

 p { color: rgb(186,142,125); }

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

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

 a { background-color: rgb(186,142,125); }

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

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

 span { border-color: rgb(186,142,125); }

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