#B7806E

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

Shades of Brandy Rose #B7806E

Tints of Brandy Rose #B7806E

Color information

#B7806E (or 0xB7806E) is unknown color: approx Brandy Rose. HEX triplet: B7, 80 and 6E. RGB value is (183,128,110). Sum of RGB (Red+Green+Blue) = 183+128+110=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B7806E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7806E is #487F91. Grayscale: #8E8E8E. Windows color (decimal): -4751250 or 7241911. OLE color: 7241911.

HSL color Cylindrical-coordinate representation of color #B7806E: hue angle of 14.79º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7806E is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB183128110-
CMYK00.300.400.28
HSL14.79º33.64%57.45%-
HSV(B)14.79º39.89%71.76%-
XYZ30.0626.6318.31-
YUV142.39109.72156.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.47%
GREEN value IS 128 (50.39% from 255) = 30.40%
BLUE value IS 110 (43.36% from 255) = 26.13%
R=43.47%
G=30.40%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312811000.300.400.2814.7933.6457.45
HexB7806E01E281Cf2239
Octal2672001560365034174271
Binary10110111100000001101110011110101000111001111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7806E; }

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

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

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

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

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

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

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

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