#B47F6C

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

Shades of Brandy Rose #B47F6C

Tints of Brandy Rose #B47F6C

Color information

#B47F6C (or 0xB47F6C) is unknown color: approx Brandy Rose. HEX triplet: B4, 7F and 6C. RGB value is (180,127,108). Sum of RGB (Red+Green+Blue) = 180+127+108=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47F6C is #4B8093. Grayscale: #8C8C8C. Windows color (decimal): -4948116 or 7110580. OLE color: 7110580.

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

Color convert

RGB180127108-
CMYK00.290.400.29
HSL15.83º32.43%56.47%-
HSV(B)15.83º40%70.59%-
XYZ29.1225.9617.66-
YUV140.68109.56156.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.37%
GREEN value IS 127 (50% from 255) = 30.60%
BLUE value IS 108 (42.58% from 255) = 26.02%
R=43.37%
G=30.60%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012710800.290.400.2915.8332.4356.47
HexB47F6C01D281D102038
Octal2641771540355035204070
Binary10110100111111111011000111011010001110110000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47F6C; }

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

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

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

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

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

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

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

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