#B47B6D

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

Shades of Brandy Rose #B47B6D

Tints of Brandy Rose #B47B6D

Color information

#B47B6D (or 0xB47B6D) is unknown color: approx Brandy Rose. HEX triplet: B4, 7B and 6D. RGB value is (180,123,109). Sum of RGB (Red+Green+Blue) = 180+123+109=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47B6D is #4B8492. Grayscale: #8A8A8A. Windows color (decimal): -4949139 or 7175092. OLE color: 7175092.

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

Color convert

RGB180123109-
CMYK00.320.390.29
HSL11.83º32.13%56.67%-
HSV(B)11.83º39.44%70.59%-
XYZ28.6724.9717.78-
YUV138.45111.38157.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.69%
GREEN value IS 123 (48.44% from 255) = 29.85%
BLUE value IS 109 (42.97% from 255) = 26.46%
R=43.69%
G=29.85%
B=26.46%

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
Decimal18012310900.320.390.2911.8332.1356.67
HexB47B6D020271Dc2039
Octal2641731550404735144071
Binary10110100111101111011010100000100111111011100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47B6D; }

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

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

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

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

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

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

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

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