#BA7975

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

Shades of Brandy Rose #BA7975

Tints of Brandy Rose #BA7975

Color information

#BA7975 (or 0xBA7975) is unknown color: approx Brandy Rose. HEX triplet: BA, 79 and 75. RGB value is (186,121,117). Sum of RGB (Red+Green+Blue) = 186+121+117=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7975 is #45868A. Grayscale: #8C8C8C. Windows color (decimal): -4556427 or 7698874. OLE color: 7698874.

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

Color convert

RGB186121117-
CMYK00.350.370.27
HSL3.48º33.33%59.41%-
HSV(B)3.48º37.1%72.94%-
XYZ30.325.420.14-
YUV139.98115.03160.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.87%
GREEN value IS 121 (47.66% from 255) = 28.54%
BLUE value IS 117 (46.09% from 255) = 27.59%
R=43.87%
G=28.54%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612111700.350.370.273.4833.3359.41
HexBA7975023251B3213b
Octal272171165043453334173
Binary101110101111001111010101000111001011101111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7975; }

 p { color: rgb(186,121,117); }

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

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

 a { background-color: rgb(186,121,117); }

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

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

 span { border-color: rgb(186,121,117); }

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