#B47D79

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

Shades of Brandy Rose #B47D79

Tints of Brandy Rose #B47D79

Color information

#B47D79 (or 0xB47D79) is unknown color: approx Brandy Rose. HEX triplet: B4, 7D and 79. RGB value is (180,125,121). Sum of RGB (Red+Green+Blue) = 180+125+121=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47D79 is #4B8286. Grayscale: #8D8D8D. Windows color (decimal): -4948615 or 7962036. OLE color: 7962036.

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

Color convert

RGB180125121-
CMYK00.310.330.29
HSL4.07º28.23%59.02%-
HSV(B)4.07º32.78%70.59%-
XYZ29.6125.7521.5-
YUV140.99116.72155.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.25%
GREEN value IS 125 (49.22% from 255) = 29.34%
BLUE value IS 121 (47.66% from 255) = 28.40%
R=42.25%
G=29.34%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012512100.310.330.294.0728.2359.02
HexB47D7901F211D41c3b
Octal264175171037413543473
Binary10110100111110111110010111111000011110110011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47D79; }

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

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

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

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

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

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

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

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