#B47D7C

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

Shades of Brandy Rose #B47D7C

Tints of Brandy Rose #B47D7C

Color information

#B47D7C (or 0xB47D7C) is unknown color: approx Brandy Rose. HEX triplet: B4, 7D and 7C. RGB value is (180,125,124). Sum of RGB (Red+Green+Blue) = 180+125+124=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47D7C is #4B8283. Grayscale: #8D8D8D. Windows color (decimal): -4948612 or 8158644. OLE color: 8158644.

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

Color convert

RGB180125124-
CMYK00.310.310.29
HSL1.07º27.18%59.61%-
HSV(B)1.07º31.11%70.59%-
XYZ29.7925.8322.48-
YUV141.33118.22155.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.96%
GREEN value IS 125 (49.22% from 255) = 29.14%
BLUE value IS 124 (48.83% from 255) = 28.90%
R=41.96%
G=29.14%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012512400.310.310.291.0727.1859.61
HexB47D7C01F1F1D11b3c
Octal264175174037373513374
Binary10110100111110111111000111111111111101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47D7C; }

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

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

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

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

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

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

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

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