#BA7B70

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

Shades of Brandy Rose #BA7B70

Tints of Brandy Rose #BA7B70

Color information

#BA7B70 (or 0xBA7B70) is unknown color: approx Brandy Rose. HEX triplet: BA, 7B and 70. RGB value is (186,123,112). Sum of RGB (Red+Green+Blue) = 186+123+112=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7B70 is #45848F. Grayscale: #8C8C8C. Windows color (decimal): -4555920 or 7371706. OLE color: 7371706.

HSL color Cylindrical-coordinate representation of color #BA7B70: hue angle of 8.92º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA7B70 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB186123112-
CMYK00.340.400.27
HSL8.92º34.91%58.43%-
HSV(B)8.92º39.78%72.94%-
XYZ30.2625.7718.71-
YUV140.58111.87160.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.18%
GREEN value IS 123 (48.44% from 255) = 29.22%
BLUE value IS 112 (44.14% from 255) = 26.60%
R=44.18%
G=29.22%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612311200.340.400.278.9234.9158.43
HexBA7B70022281B9233a
Octal2721731600425033114372
Binary10111010111101111100000100010101000110111001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7B70; }

 p { color: rgb(186,123,112); }

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

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

 a { background-color: rgb(186,123,112); }

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

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

 span { border-color: rgb(186,123,112); }

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