#BA7D72

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

Shades of Brandy Rose #BA7D72

Tints of Brandy Rose #BA7D72

Color information

#BA7D72 (or 0xBA7D72) is unknown color: approx Brandy Rose. HEX triplet: BA, 7D and 72. RGB value is (186,125,114). Sum of RGB (Red+Green+Blue) = 186+125+114=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7D72 is #45828D. Grayscale: #8E8E8E. Windows color (decimal): -4555406 or 7503290. OLE color: 7503290.

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

Color convert

RGB186125114-
CMYK00.330.390.27
HSL9.17º34.29%58.82%-
HSV(B)9.17º38.71%72.94%-
XYZ30.6226.3219.39-
YUV141.99112.21159.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 125 (49.22% from 255) = 29.41%
BLUE value IS 114 (44.92% from 255) = 26.82%
R=43.76%
G=29.41%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612511400.330.390.279.1734.2958.82
HexBA7D72021271B9223b
Octal2721751620414733114273
Binary10111010111110111100100100001100111110111001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7D72; }

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

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

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

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

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

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

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

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