#B6806F

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

Shades of Brandy Rose #B6806F

Tints of Brandy Rose #B6806F

Color information

#B6806F (or 0xB6806F) is unknown color: approx Brandy Rose. HEX triplet: B6, 80 and 6F. RGB value is (182,128,111). Sum of RGB (Red+Green+Blue) = 182+128+111=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 182 - color contains mainly: red. Hex color #B6806F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6806F is #497F90. Grayscale: #8E8E8E. Windows color (decimal): -4816785 or 7307446. OLE color: 7307446.

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

Color convert

RGB182128111-
CMYK00.300.390.29
HSL14.37º32.72%57.45%-
HSV(B)14.37º39.01%71.37%-
XYZ29.8826.5318.59-
YUV142.21110.39156.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.23%
GREEN value IS 128 (50.39% from 255) = 30.40%
BLUE value IS 111 (43.75% from 255) = 26.37%
R=43.23%
G=30.40%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212811100.300.390.2914.3732.7257.45
HexB6806F01E271De2139
Octal2662001570364735164171
Binary10110110100000001101111011110100111111011110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6806F; }

 p { color: rgb(182,128,111); }

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

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

 a { background-color: rgb(182,128,111); }

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

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

 span { border-color: rgb(182,128,111); }

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