#B7846D

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

Shades of Brandy Rose #B7846D

Tints of Brandy Rose #B7846D

Color information

#B7846D (or 0xB7846D) is unknown color: approx Brandy Rose. HEX triplet: B7, 84 and 6D. RGB value is (183,132,109). Sum of RGB (Red+Green+Blue) = 183+132+109=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B7846D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7846D is #487B92. Grayscale: #909090. Windows color (decimal): -4750227 or 7177399. OLE color: 7177399.

HSL color Cylindrical-coordinate representation of color #B7846D: hue angle of 18.65º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7846D is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB183132109-
CMYK00.280.400.28
HSL18.65º33.94%57.25%-
HSV(B)18.65º40.44%71.76%-
XYZ30.5427.6718.2-
YUV144.63107.9155.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.16%
GREEN value IS 132 (51.95% from 255) = 31.13%
BLUE value IS 109 (42.97% from 255) = 25.71%
R=43.16%
G=31.13%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313210900.280.400.2818.6533.9457.25
HexB7846D01C281C132239
Octal2672041550345034234271
Binary101101111000010011011010111001010001110010011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7846D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7846D; }

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

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

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

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

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

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

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

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