#B47F6F

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

Shades of Brandy Rose #B47F6F

Tints of Brandy Rose #B47F6F

Color information

#B47F6F (or 0xB47F6F) is unknown color: approx Brandy Rose. HEX triplet: B4, 7F and 6F. RGB value is (180,127,111). Sum of RGB (Red+Green+Blue) = 180+127+111=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47F6F is #4B8090. Grayscale: #8D8D8D. Windows color (decimal): -4948113 or 7307188. OLE color: 7307188.

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

Color convert

RGB180127111-
CMYK00.290.380.29
HSL13.91º31.51%57.06%-
HSV(B)13.91º38.33%70.59%-
XYZ29.2826.0318.52-
YUV141.02111.06155.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.06%
GREEN value IS 127 (50% from 255) = 30.38%
BLUE value IS 111 (43.75% from 255) = 26.56%
R=43.06%
G=30.38%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012711100.290.380.2913.9131.5157.06
HexB47F6F01D261De2039
Octal2641771570354635164071
Binary1011010011111111101111011101100110111011110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47F6F; }

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

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

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

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

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

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

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

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