#B47B6F

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

Shades of Brandy Rose #B47B6F

Tints of Brandy Rose #B47B6F

Color information

#B47B6F (or 0xB47B6F) is unknown color: approx Brandy Rose. HEX triplet: B4, 7B and 6F. RGB value is (180,123,111). Sum of RGB (Red+Green+Blue) = 180+123+111=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47B6F is #4B8490. Grayscale: #8A8A8A. Windows color (decimal): -4949137 or 7306164. OLE color: 7306164.

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

Color convert

RGB180123111-
CMYK00.320.380.29
HSL10.43º31.51%57.06%-
HSV(B)10.43º38.33%70.59%-
XYZ28.7725.0218.35-
YUV138.67112.38157.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.48%
GREEN value IS 123 (48.44% from 255) = 29.71%
BLUE value IS 111 (43.75% from 255) = 26.81%
R=43.48%
G=29.71%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012311100.320.380.2910.4331.5157.06
HexB47B6F020261Da2039
Octal2641731570404635124071
Binary10110100111101111011110100000100110111011010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47B6F; }

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

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

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

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

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

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

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

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