#BA7F7D

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

Shades of Brandy Rose #BA7F7D

Tints of Brandy Rose #BA7F7D

Color information

#BA7F7D (or 0xBA7F7D) is unknown color: approx Brandy Rose. HEX triplet: BA, 7F and 7D. RGB value is (186,127,125). Sum of RGB (Red+Green+Blue) = 186+127+125=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F7D is #458082. Grayscale: #909090. Windows color (decimal): -4554883 or 8224698. OLE color: 8224698.

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

Color convert

RGB186127125-
CMYK00.320.330.27
HSL1.97º30.65%60.98%-
HSV(B)1.97º32.8%72.94%-
XYZ31.5427.122.97-
YUV144.41117.05157.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.47%
GREEN value IS 127 (50% from 255) = 29.00%
BLUE value IS 125 (49.22% from 255) = 28.54%
R=42.47%
G=29.00%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612712500.320.330.271.9730.6560.98
HexBA7F7D020211B21f3d
Octal272177175040413323775
Binary10111010111111111111010100000100001110111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7F7D; }

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

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

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

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

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

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

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

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