#BA836E

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

Shades of Brandy Rose #BA836E

Tints of Brandy Rose #BA836E

Color information

#BA836E (or 0xBA836E) is unknown color: approx Brandy Rose. HEX triplet: BA, 83 and 6E. RGB value is (186,131,110). Sum of RGB (Red+Green+Blue) = 186+131+110=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA836E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA836E is #457C91. Grayscale: #919191. Windows color (decimal): -4553874 or 7242682. OLE color: 7242682.

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

Color convert

RGB186131110-
CMYK00.300.410.27
HSL16.58º35.51%58.04%-
HSV(B)16.58º40.86%72.94%-
XYZ31.1827.818.47-
YUV145.05108.22157.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.56%
GREEN value IS 131 (51.56% from 255) = 30.68%
BLUE value IS 110 (43.36% from 255) = 25.76%
R=43.56%
G=30.68%
B=25.76%

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
Decimal18613111000.300.410.2716.5835.5158.04
HexBA836E01E291B11243a
Octal2722031560365133214472
Binary101110101000001111011100111101010011101110001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA836E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA836E; }

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

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

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

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

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

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

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

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