#B47C7C

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

Shades of Brandy Rose #B47C7C

Tints of Brandy Rose #B47C7C

Color information

#B47C7C (or 0xB47C7C) is unknown color: approx Brandy Rose. HEX triplet: B4, 7C and 7C. RGB value is (180,124,124). Sum of RGB (Red+Green+Blue) = 180+124+124=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47C7C is #4B8383. Grayscale: #8C8C8C. Windows color (decimal): -4948868 or 8158388. OLE color: 8158388.

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

Color convert

RGB180124124-
CMYK00.310.310.29
HSL27.18%59.61%-
HSV(B)31.11%70.59%-
XYZ29.6725.5722.44-
YUV140.74118.55156-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.06%
GREEN value IS 124 (48.83% from 255) = 28.97%
BLUE value IS 124 (48.83% from 255) = 28.97%
R=42.06%
G=28.97%
B=28.97%

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
Decimal18012412400.310.310.29027.1859.61
HexB47C7C01F1F1D01b3c
Octal264174174037373503374
Binary10110100111110011111000111111111111101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47C7C; }

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

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

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

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

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

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

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

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