#B47977

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

Shades of Brandy Rose #B47977

Tints of Brandy Rose #B47977

Color information

#B47977 (or 0xB47977) is unknown color: approx Brandy Rose. HEX triplet: B4, 79 and 77. RGB value is (180,121,119). Sum of RGB (Red+Green+Blue) = 180+121+119=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B47977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47977 is #4B8688. Grayscale: #8A8A8A. Windows color (decimal): -4949641 or 7829940. OLE color: 7829940.

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

Color convert

RGB180121119-
CMYK00.330.340.29
HSL1.97º28.91%58.63%-
HSV(B)1.97º33.89%70.59%-
XYZ28.9924.7120.69-
YUV138.41117.05157.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.86%
GREEN value IS 121 (47.66% from 255) = 28.81%
BLUE value IS 119 (46.88% from 255) = 28.33%
R=42.86%
G=28.81%
B=28.33%

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
Decimal18012111900.330.340.291.9728.9158.63
HexB47977021221D21d3b
Octal264171167041423523573
Binary10110100111100111101110100001100010111011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47977; }

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

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

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

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

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

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

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

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