#BA837E

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

Shades of Brandy Rose #BA837E

Tints of Brandy Rose #BA837E

Color information

#BA837E (or 0xBA837E) is unknown color: approx Brandy Rose. HEX triplet: BA, 83 and 7E. RGB value is (186,131,126). Sum of RGB (Red+Green+Blue) = 186+131+126=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA837E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA837E is #457C81. Grayscale: #929292. Windows color (decimal): -4553858 or 8291258. OLE color: 8291258.

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

Color convert

RGB186131126-
CMYK00.300.320.27
HSL30.3%61.18%-
HSV(B)32.26%72.94%-
XYZ32.1328.1823.48-
YUV146.88116.22155.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.99%
GREEN value IS 131 (51.56% from 255) = 29.57%
BLUE value IS 126 (49.61% from 255) = 28.44%
R=41.99%
G=29.57%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613112600.300.320.27530.361.18
HexBA837E01E201B51e3d
Octal272203176036403353675
Binary101110101000001111111100111101000001101110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA837E; }

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

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

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

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

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

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

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

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