#B6826E

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

Shades of Brandy Rose #B6826E

Tints of Brandy Rose #B6826E

Color information

#B6826E (or 0xB6826E) is unknown color: approx Brandy Rose. HEX triplet: B6, 82 and 6E. RGB value is (182,130,110). Sum of RGB (Red+Green+Blue) = 182+130+110=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 182 - color contains mainly: red. Hex color #B6826E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6826E is #497D91. Grayscale: #8F8F8F. Windows color (decimal): -4816274 or 7242422. OLE color: 7242422.

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

Color convert

RGB182130110-
CMYK00.290.400.29
HSL16.67º33.03%57.25%-
HSV(B)16.67º39.56%71.37%-
XYZ30.0927.0418.38-
YUV143.27109.23155.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.13%
GREEN value IS 130 (51.17% from 255) = 30.81%
BLUE value IS 110 (43.36% from 255) = 26.07%
R=43.13%
G=30.81%
B=26.07%

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
Decimal18213011000.290.400.2916.6733.0357.25
HexB6826E01D281D112139
Octal2662021560355035214171
Binary101101101000001011011100111011010001110110001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6826E; }

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

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

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

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

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

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

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

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