#B6816E

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

Shades of Brandy Rose #B6816E

Tints of Brandy Rose #B6816E

Color information

#B6816E (or 0xB6816E) is unknown color: approx Brandy Rose. HEX triplet: B6, 81 and 6E. RGB value is (182,129,110). Sum of RGB (Red+Green+Blue) = 182+129+110=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 182 - color contains mainly: red. Hex color #B6816E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6816E is #497E91. Grayscale: #8E8E8E. Windows color (decimal): -4816530 or 7242166. OLE color: 7242166.

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

Color convert

RGB182129110-
CMYK00.290.400.29
HSL15.83º33.03%57.25%-
HSV(B)15.83º39.56%71.37%-
XYZ29.9626.7718.34-
YUV142.68109.56156.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.23%
GREEN value IS 129 (50.78% from 255) = 30.64%
BLUE value IS 110 (43.36% from 255) = 26.13%
R=43.23%
G=30.64%
B=26.13%

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
Decimal18212911000.290.400.2915.8333.0357.25
HexB6816E01D281D102139
Octal2662011560355035204171
Binary101101101000000111011100111011010001110110000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6816E; }

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

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

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

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

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

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

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

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