#B6816D

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

Shades of Brandy Rose #B6816D

Tints of Brandy Rose #B6816D

Color information

#B6816D (or 0xB6816D) is unknown color: approx Brandy Rose. HEX triplet: B6, 81 and 6D. RGB value is (182,129,109). Sum of RGB (Red+Green+Blue) = 182+129+109=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B6816D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6816D is #497E92. Grayscale: #8E8E8E. Windows color (decimal): -4816531 or 7176630. OLE color: 7176630.

HSL color Cylindrical-coordinate representation of color #B6816D: hue angle of 16.44º 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 #B6816D is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB182129109-
CMYK00.290.400.29
HSL16.44º33.33%57.06%-
HSV(B)16.44º40.11%71.37%-
XYZ29.926.7518.06-
YUV142.57109.06156.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.33%
GREEN value IS 129 (50.78% from 255) = 30.71%
BLUE value IS 109 (42.97% from 255) = 25.95%
R=43.33%
G=30.71%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212910900.290.400.2916.4433.3357.06
HexB6816D01D281D102139
Octal2662011550355035204171
Binary101101101000000111011010111011010001110110000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6816D; }

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

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

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

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

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

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

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

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