#B47F75

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

Shades of Brandy Rose #B47F75

Tints of Brandy Rose #B47F75

Color information

#B47F75 (or 0xB47F75) is unknown color: approx Brandy Rose. HEX triplet: B4, 7F and 75. RGB value is (180,127,117). Sum of RGB (Red+Green+Blue) = 180+127+117=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47F75 is #4B808A. Grayscale: #8D8D8D. Windows color (decimal): -4948107 or 7700404. OLE color: 7700404.

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

Color convert

RGB180127117-
CMYK00.290.350.29
HSL9.52º29.58%58.24%-
HSV(B)9.52º35%70.59%-
XYZ29.6226.1720.32-
YUV141.71114.06155.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 127 (50% from 255) = 29.95%
BLUE value IS 117 (46.09% from 255) = 27.59%
R=42.45%
G=29.95%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012711700.290.350.299.5229.5858.24
HexB47F7501D231Da1e3a
Octal2641771650354335123672
Binary101101001111111111010101110110001111101101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47F75; }

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

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

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

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

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

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

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

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