#BA7F69

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

Shades of Brandy Rose #BA7F69

Tints of Brandy Rose #BA7F69

Color information

#BA7F69 (or 0xBA7F69) is unknown color: approx Brandy Rose. HEX triplet: BA, 7F and 69. RGB value is (186,127,105). Sum of RGB (Red+Green+Blue) = 186+127+105=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F69 is #458096. Grayscale: #8E8E8E. Windows color (decimal): -4554903 or 6913978. OLE color: 6913978.

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

Color convert

RGB186127105-
CMYK00.320.440.27
HSL16.3º36.99%57.06%-
HSV(B)16.3º43.55%72.94%-
XYZ30.3926.6416.9-
YUV142.13107.05159.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.50%
GREEN value IS 127 (50% from 255) = 30.38%
BLUE value IS 105 (41.41% from 255) = 25.12%
R=44.50%
G=30.38%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612710500.320.440.2716.336.9957.06
HexBA7F690202C1B102539
Octal2721771510405433204571
Binary101110101111111110100101000001011001101110000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7F69; }

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

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

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

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

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

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

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

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