#BA7D69

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

Shades of Brandy Rose #BA7D69

Tints of Brandy Rose #BA7D69

Color information

#BA7D69 (or 0xBA7D69) is unknown color: approx Brandy Rose. HEX triplet: BA, 7D and 69. RGB value is (186,125,105). Sum of RGB (Red+Green+Blue) = 186+125+105=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7D69 is #458296. Grayscale: #8D8D8D. Windows color (decimal): -4555415 or 6913466. OLE color: 6913466.

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

Color convert

RGB186125105-
CMYK00.330.440.27
HSL14.81º36.99%57.06%-
HSV(B)14.81º43.55%72.94%-
XYZ30.1326.1316.82-
YUV140.96107.71160.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.71%
GREEN value IS 125 (49.22% from 255) = 30.05%
BLUE value IS 105 (41.41% from 255) = 25.24%
R=44.71%
G=30.05%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612510500.330.440.2714.8136.9957.06
HexBA7D690212C1Bf2539
Octal2721751510415433174571
Binary10111010111110111010010100001101100110111111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7D69; }

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

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

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

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

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

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

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

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