#B78471

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

Shades of Brandy Rose #B78471

Tints of Brandy Rose #B78471

Color information

#B78471 (or 0xB78471) is unknown color: approx Brandy Rose. HEX triplet: B7, 84 and 71. RGB value is (183,132,113). Sum of RGB (Red+Green+Blue) = 183+132+113=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B78471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78471 is #487B8E. Grayscale: #919191. Windows color (decimal): -4750223 or 7439543. OLE color: 7439543.

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

Color convert

RGB183132113-
CMYK00.280.380.28
HSL16.29º32.71%58.04%-
HSV(B)16.29º38.25%71.76%-
XYZ30.7627.7619.36-
YUV145.08109.9155.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.76%
GREEN value IS 132 (51.95% from 255) = 30.84%
BLUE value IS 113 (44.53% from 255) = 26.40%
R=42.76%
G=30.84%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313211300.280.380.2816.2932.7158.04
HexB7847101C261C10213a
Octal2672041610344634204172
Binary101101111000010011100010111001001101110010000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78471; }

 p { color: rgb(183,132,113); }

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

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

 a { background-color: rgb(183,132,113); }

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

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

 span { border-color: rgb(183,132,113); }

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