#B6847F

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

Shades of Brandy Rose #B6847F

Tints of Brandy Rose #B6847F

Color information

#B6847F (or 0xB6847F) is unknown color: approx Brandy Rose. HEX triplet: B6, 84 and 7F. RGB value is (182,132,127). Sum of RGB (Red+Green+Blue) = 182+132+127=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B6847F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6847F is #497B80. Grayscale: #929292. Windows color (decimal): -4815745 or 8357046. OLE color: 8357046.

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

Color convert

RGB182132127-
CMYK00.270.300.29
HSL5.45º27.36%60.59%-
HSV(B)5.45º30.22%71.37%-
XYZ31.3727.9823.83-
YUV146.38117.06153.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.27%
GREEN value IS 132 (51.95% from 255) = 29.93%
BLUE value IS 127 (50% from 255) = 28.80%
R=41.27%
G=29.93%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213212700.270.300.295.4527.3660.59
HexB6847F01B1E1D51b3d
Octal266204177033363553375
Binary10110110100001001111111011011111101110110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6847F; }

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

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

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

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

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

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

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

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