#B7846F

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

Shades of Brandy Rose #B7846F

Tints of Brandy Rose #B7846F

Color information

#B7846F (or 0xB7846F) is unknown color: approx Brandy Rose. HEX triplet: B7, 84 and 6F. RGB value is (183,132,111). Sum of RGB (Red+Green+Blue) = 183+132+111=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B7846F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7846F is #487B90. Grayscale: #909090. Windows color (decimal): -4750225 or 7308471. OLE color: 7308471.

HSL color Cylindrical-coordinate representation of color #B7846F: hue angle of 17.5º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B7846F is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB183132111-
CMYK00.280.390.28
HSL17.5º33.33%57.65%-
HSV(B)17.5º39.34%71.76%-
XYZ30.6527.7218.77-
YUV144.85108.9155.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.96%
GREEN value IS 132 (51.95% from 255) = 30.99%
BLUE value IS 111 (43.75% from 255) = 26.06%
R=42.96%
G=30.99%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313211100.280.390.2817.533.3357.65
HexB7846F01C271C12213a
Octal2672041570344734224172
Binary101101111000010011011110111001001111110010010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7846F; }

 p { color: rgb(183,132,111); }

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

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

 a { background-color: rgb(183,132,111); }

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

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

 span { border-color: rgb(183,132,111); }

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