#B4847D

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

Shades of Brandy Rose #B4847D

Tints of Brandy Rose #B4847D

Color information

#B4847D (or 0xB4847D) is unknown color: approx Brandy Rose. HEX triplet: B4, 84 and 7D. RGB value is (180,132,125). Sum of RGB (Red+Green+Blue) = 180+132+125=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B4847D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4847D is #4B7B82. Grayscale: #919191. Windows color (decimal): -4946819 or 8225972. OLE color: 8225972.

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

Color convert

RGB180132125-
CMYK00.270.310.29
HSL7.64º26.83%59.8%-
HSV(B)7.64º30.56%70.59%-
XYZ30.7827.6923.12-
YUV145.55116.4152.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 132 (51.95% from 255) = 30.21%
BLUE value IS 125 (49.22% from 255) = 28.60%
R=41.19%
G=30.21%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013212500.270.310.297.6426.8359.8
HexB4847D01B1F1D81b3c
Octal2642041750333735103374
Binary101101001000010011111010110111111111101100011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4847D; }

 p { color: rgb(180,132,125); }

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

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

 a { background-color: rgb(180,132,125); }

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

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

 span { border-color: rgb(180,132,125); }

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