#B47C6F

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

Shades of Brandy Rose #B47C6F

Tints of Brandy Rose #B47C6F

Color information

#B47C6F (or 0xB47C6F) is unknown color: approx Brandy Rose. HEX triplet: B4, 7C and 6F. RGB value is (180,124,111). Sum of RGB (Red+Green+Blue) = 180+124+111=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47C6F is #4B8390. Grayscale: #8B8B8B. Windows color (decimal): -4948881 or 7306420. OLE color: 7306420.

HSL color Cylindrical-coordinate representation of color #B47C6F: hue angle of 11.3º 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 #B47C6F is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB180124111-
CMYK00.310.380.29
HSL11.3º31.51%57.06%-
HSV(B)11.3º38.33%70.59%-
XYZ28.925.2718.39-
YUV139.26112.05157.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.37%
GREEN value IS 124 (48.83% from 255) = 29.88%
BLUE value IS 111 (43.75% from 255) = 26.75%
R=43.37%
G=29.88%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012411100.310.380.2911.331.5157.06
HexB47C6F01F261Db2039
Octal2641741570374635134071
Binary1011010011111001101111011111100110111011011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47C6F; }

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

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

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

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

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

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

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

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