#BA847B

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

Shades of Brandy Rose #BA847B

Tints of Brandy Rose #BA847B

Color information

#BA847B (or 0xBA847B) is unknown color: approx Brandy Rose. HEX triplet: BA, 84 and 7B. RGB value is (186,132,123). Sum of RGB (Red+Green+Blue) = 186+132+123=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA847B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA847B is #457B84. Grayscale: #939393. Windows color (decimal): -4553605 or 8094906. OLE color: 8094906.

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

Color convert

RGB186132123-
CMYK00.290.340.27
HSL8.57º31.34%60.59%-
HSV(B)8.57º33.87%72.94%-
XYZ32.0828.3722.52-
YUV147.12114.39155.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.18%
GREEN value IS 132 (51.95% from 255) = 29.93%
BLUE value IS 123 (48.44% from 255) = 27.89%
R=42.18%
G=29.93%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613212300.290.340.278.5731.3460.59
HexBA847B01D221B91f3d
Octal2722041730354233113775
Binary1011101010000100111101101110110001011011100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA847B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA847B; }

 p { color: rgb(186,132,123); }

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

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

 a { background-color: rgb(186,132,123); }

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

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

 span { border-color: rgb(186,132,123); }

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