#B7806F

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

Shades of Brandy Rose #B7806F

Tints of Brandy Rose #B7806F

Color information

#B7806F (or 0xB7806F) is unknown color: approx Brandy Rose. HEX triplet: B7, 80 and 6F. RGB value is (183,128,111). Sum of RGB (Red+Green+Blue) = 183+128+111=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B7806F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7806F is #487F90. Grayscale: #8E8E8E. Windows color (decimal): -4751249 or 7307447. OLE color: 7307447.

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

Color convert

RGB183128111-
CMYK00.300.390.28
HSL14.17º33.33%57.65%-
HSV(B)14.17º39.34%71.76%-
XYZ30.1226.6518.6-
YUV142.51110.22156.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.36%
GREEN value IS 128 (50.39% from 255) = 30.33%
BLUE value IS 111 (43.75% from 255) = 26.30%
R=43.36%
G=30.33%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312811100.300.390.2814.1733.3357.65
HexB7806F01E271Ce213a
Octal2672001570364734164172
Binary10110111100000001101111011110100111111001110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7806F; }

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

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

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

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

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

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

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

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