#BA826E

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

Shades of Brandy Rose #BA826E

Tints of Brandy Rose #BA826E

Color information

#BA826E (or 0xBA826E) is unknown color: approx Brandy Rose. HEX triplet: BA, 82 and 6E. RGB value is (186,130,110). Sum of RGB (Red+Green+Blue) = 186+130+110=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA826E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA826E is #457D91. Grayscale: #909090. Windows color (decimal): -4554130 or 7242426. OLE color: 7242426.

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

Color convert

RGB186130110-
CMYK00.300.410.27
HSL15.79º35.51%58.04%-
HSV(B)15.79º40.86%72.94%-
XYZ31.0527.5318.43-
YUV144.46108.55157.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.66%
GREEN value IS 130 (51.17% from 255) = 30.52%
BLUE value IS 110 (43.36% from 255) = 25.82%
R=43.66%
G=30.52%
B=25.82%

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
Decimal18613011000.300.410.2715.7935.5158.04
HexBA826E01E291B10243a
Octal2722021560365133204472
Binary101110101000001011011100111101010011101110000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA826E; }

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

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

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

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

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

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

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

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