#B6846D

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

Shades of Brandy Rose #B6846D

Tints of Brandy Rose #B6846D

Color information

#B6846D (or 0xB6846D) is unknown color: approx Brandy Rose. HEX triplet: B6, 84 and 6D. RGB value is (182,132,109). Sum of RGB (Red+Green+Blue) = 182+132+109=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B6846D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6846D is #497B92. Grayscale: #909090. Windows color (decimal): -4815763 or 7177398. OLE color: 7177398.

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

Color convert

RGB182132109-
CMYK00.270.400.29
HSL18.9º33.33%57.06%-
HSV(B)18.9º40.11%71.37%-
XYZ30.327.5518.19-
YUV144.33108.06154.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.03%
GREEN value IS 132 (51.95% from 255) = 31.21%
BLUE value IS 109 (42.97% from 255) = 25.77%
R=43.03%
G=31.21%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213210900.270.400.2918.933.3357.06
HexB6846D01B281D132139
Octal2662041550335035234171
Binary101101101000010011011010110111010001110110011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6846D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6846D; }

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

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

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

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

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

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

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

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