#B47D6D

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

Shades of Brandy Rose #B47D6D

Tints of Brandy Rose #B47D6D

Color information

#B47D6D (or 0xB47D6D) is unknown color: approx Brandy Rose. HEX triplet: B4, 7D and 6D. RGB value is (180,125,109). Sum of RGB (Red+Green+Blue) = 180+125+109=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47D6D is #4B8292. Grayscale: #8B8B8B. Windows color (decimal): -4948627 or 7175604. OLE color: 7175604.

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

Color convert

RGB180125109-
CMYK00.310.390.29
HSL13.52º32.13%56.67%-
HSV(B)13.52º39.44%70.59%-
XYZ28.9225.4717.86-
YUV139.62110.72156.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.48%
GREEN value IS 125 (49.22% from 255) = 30.19%
BLUE value IS 109 (42.97% from 255) = 26.33%
R=43.48%
G=30.19%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012510900.310.390.2913.5232.1356.67
HexB47D6D01F271De2039
Octal2641751550374735164071
Binary1011010011111011101101011111100111111011110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47D6D; }

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

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

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

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

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

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

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

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