#BA826D

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

Shades of Brandy Rose #BA826D

Tints of Brandy Rose #BA826D

Color information

#BA826D (or 0xBA826D) is unknown color: approx Brandy Rose. HEX triplet: BA, 82 and 6D. RGB value is (186,130,109). Sum of RGB (Red+Green+Blue) = 186+130+109=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA826D is #457D92. Grayscale: #909090. Windows color (decimal): -4554131 or 7176890. OLE color: 7176890.

HSL color Cylindrical-coordinate representation of color #BA826D: hue angle of 16.36º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA826D is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB186130109-
CMYK00.300.410.27
HSL16.36º35.81%57.84%-
HSV(B)16.36º41.4%72.94%-
XYZ30.9927.5118.14-
YUV144.35108.05157.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 130 (51.17% from 255) = 30.59%
BLUE value IS 109 (42.97% from 255) = 25.65%
R=43.76%
G=30.59%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613010900.300.410.2716.3635.8157.84
HexBA826D01E291B10243a
Octal2722021550365133204472
Binary101110101000001011011010111101010011101110000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA826D; }

 p { color: rgb(186,130,109); }

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

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

 a { background-color: rgb(186,130,109); }

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

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

 span { border-color: rgb(186,130,109); }

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