#B7806D

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

Shades of Brandy Rose #B7806D

Tints of Brandy Rose #B7806D

Color information

#B7806D (or 0xB7806D) is unknown color: approx Brandy Rose. HEX triplet: B7, 80 and 6D. RGB value is (183,128,109). Sum of RGB (Red+Green+Blue) = 183+128+109=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B7806D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7806D is #487F92. Grayscale: #8E8E8E. Windows color (decimal): -4751251 or 7176375. OLE color: 7176375.

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

Color convert

RGB183128109-
CMYK00.300.400.28
HSL15.41º33.94%57.25%-
HSV(B)15.41º40.44%71.76%-
XYZ30.0126.6118.02-
YUV142.28109.22157.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.57%
GREEN value IS 128 (50.39% from 255) = 30.48%
BLUE value IS 109 (42.97% from 255) = 25.95%
R=43.57%
G=30.48%
B=25.95%

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
Decimal18312810900.300.400.2815.4133.9457.25
HexB7806D01E281Cf2239
Octal2672001550365034174271
Binary10110111100000001101101011110101000111001111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7806D; }

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

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

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

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

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

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

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

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