#B47976

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

Shades of Brandy Rose #B47976

Tints of Brandy Rose #B47976

Color information

#B47976 (or 0xB47976) is unknown color: approx Brandy Rose. HEX triplet: B4, 79 and 76. RGB value is (180,121,118). Sum of RGB (Red+Green+Blue) = 180+121+118=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B47976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47976 is #4B8689. Grayscale: #8A8A8A. Windows color (decimal): -4949642 or 7764404. OLE color: 7764404.

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

Color convert

RGB180121118-
CMYK00.330.340.29
HSL2.9º29.25%58.43%-
HSV(B)2.9º34.44%70.59%-
XYZ28.9324.6920.38-
YUV138.3116.55157.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.96%
GREEN value IS 121 (47.66% from 255) = 28.88%
BLUE value IS 118 (46.48% from 255) = 28.16%
R=42.96%
G=28.88%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012111800.330.340.292.929.2558.43
HexB47976021221D31d3a
Octal264171166041423533572
Binary10110100111100111101100100001100010111011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47976; }

 p { color: rgb(180,121,118); }

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

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

 a { background-color: rgb(180,121,118); }

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

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

 span { border-color: rgb(180,121,118); }

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