#B2847F

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

Shades of Brandy Rose #B2847F

Tints of Brandy Rose #B2847F

Color information

#B2847F (or 0xB2847F) is unknown color: approx Brandy Rose. HEX triplet: B2, 84 and 7F. RGB value is (178,132,127). Sum of RGB (Red+Green+Blue) = 178+132+127=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 178 - color contains mainly: red. Hex color #B2847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2847F is #4D7B80. Grayscale: #919191. Windows color (decimal): -5077889 or 8357042. OLE color: 8357042.

HSL color Cylindrical-coordinate representation of color #B2847F: hue angle of 5.88º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2847F is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB178132127-
CMYK00.260.290.30
HSL5.88º24.88%59.8%-
HSV(B)5.88º28.65%69.8%-
XYZ30.4427.523.78-
YUV145.18117.74151.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.73%
GREEN value IS 132 (51.95% from 255) = 30.21%
BLUE value IS 127 (50% from 255) = 29.06%
R=40.73%
G=30.21%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813212700.260.290.305.8824.8859.8
HexB2847F01A1D1E6193c
Octal262204177032353663174
Binary10110010100001001111111011010111011111011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2847F; }

 p { color: rgb(178,132,127); }

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

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

 a { background-color: rgb(178,132,127); }

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

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

 span { border-color: rgb(178,132,127); }

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