#BA837D

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

Shades of Brandy Rose #BA837D

Tints of Brandy Rose #BA837D

Color information

#BA837D (or 0xBA837D) is unknown color: approx Brandy Rose. HEX triplet: BA, 83 and 7D. RGB value is (186,131,125). Sum of RGB (Red+Green+Blue) = 186+131+125=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA837D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA837D is #457C82. Grayscale: #929292. Windows color (decimal): -4553859 or 8225722. OLE color: 8225722.

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

Color convert

RGB186131125-
CMYK00.300.330.27
HSL5.9º30.65%60.98%-
HSV(B)5.9º32.8%72.94%-
XYZ32.0728.1523.15-
YUV146.76115.72155.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.08%
GREEN value IS 131 (51.56% from 255) = 29.64%
BLUE value IS 125 (49.22% from 255) = 28.28%
R=42.08%
G=29.64%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613112500.300.330.275.930.6560.98
HexBA837D01E211B61f3d
Octal272203175036413363775
Binary101110101000001111111010111101000011101111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA837D; }

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

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

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

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

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

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

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

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