#B47F6A

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

Shades of Brandy Rose #B47F6A

Tints of Brandy Rose #B47F6A

Color information

#B47F6A (or 0xB47F6A) is unknown color: approx Brandy Rose. HEX triplet: B4, 7F and 6A. RGB value is (180,127,106). Sum of RGB (Red+Green+Blue) = 180+127+106=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47F6A is #4B8095. Grayscale: #8C8C8C. Windows color (decimal): -4948118 or 6979508. OLE color: 6979508.

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

Color convert

RGB180127106-
CMYK00.290.410.29
HSL17.03º33.04%56.08%-
HSV(B)17.03º41.11%70.59%-
XYZ29.0125.9217.11-
YUV140.45108.56156.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.58%
GREEN value IS 127 (50% from 255) = 30.75%
BLUE value IS 106 (41.80% from 255) = 25.67%
R=43.58%
G=30.75%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012710600.290.410.2917.0333.0456.08
HexB47F6A01D291D112138
Octal2641771520355135214170
Binary10110100111111111010100111011010011110110001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47F6A; }

 p { color: rgb(180,127,106); }

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

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

 a { background-color: rgb(180,127,106); }

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

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

 span { border-color: rgb(180,127,106); }

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