#B47E6D

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

Shades of Brandy Rose #B47E6D

Tints of Brandy Rose #B47E6D

Color information

#B47E6D (or 0xB47E6D) is unknown color: approx Brandy Rose. HEX triplet: B4, 7E and 6D. RGB value is (180,126,109). Sum of RGB (Red+Green+Blue) = 180+126+109=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47E6D is #4B8192. Grayscale: #8C8C8C. Windows color (decimal): -4948371 or 7175860. OLE color: 7175860.

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

Color convert

RGB180126109-
CMYK00.30.390.29
HSL14.37º32.13%56.67%-
HSV(B)14.37º39.44%70.59%-
XYZ29.0425.7317.9-
YUV140.21110.39156.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.37%
GREEN value IS 126 (49.61% from 255) = 30.36%
BLUE value IS 109 (42.97% from 255) = 26.27%
R=43.37%
G=30.36%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012610900.30.390.2914.3732.1356.67
HexB47E6D01E271De2039
Octal2641761550364735164071
Binary1011010011111101101101011110100111111011110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47E6D; }

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

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

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

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

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

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

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

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