#B47B6E

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

Shades of Brandy Rose #B47B6E

Tints of Brandy Rose #B47B6E

Color information

#B47B6E (or 0xB47B6E) is unknown color: approx Brandy Rose. HEX triplet: B4, 7B and 6E. RGB value is (180,123,110). Sum of RGB (Red+Green+Blue) = 180+123+110=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 123 (48.44% from 255 or 29.78% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47B6E is #4B8491. Grayscale: #8A8A8A. Windows color (decimal): -4949138 or 7240628. OLE color: 7240628.

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

Color convert

RGB180123110-
CMYK00.320.390.29
HSL11.14º31.82%56.86%-
HSV(B)11.14º38.89%70.59%-
XYZ28.722518.06-
YUV138.56111.88157.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.58%
GREEN value IS 123 (48.44% from 255) = 29.78%
BLUE value IS 110 (43.36% from 255) = 26.63%
R=43.58%
G=29.78%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012311000.320.390.2911.1431.8256.86
HexB47B6E020271Db2039
Octal2641731560404735134071
Binary10110100111101111011100100000100111111011011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47B6E; }

 p { color: rgb(180,123,110); }

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

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

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

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

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

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

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