#B47E6B

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

Shades of Brandy Rose #B47E6B

Tints of Brandy Rose #B47E6B

Color information

#B47E6B (or 0xB47E6B) is unknown color: approx Brandy Rose. HEX triplet: B4, 7E and 6B. RGB value is (180,126,107). Sum of RGB (Red+Green+Blue) = 180+126+107=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47E6B is #4B8194. Grayscale: #8C8C8C. Windows color (decimal): -4948373 or 7044788. OLE color: 7044788.

HSL color Cylindrical-coordinate representation of color #B47E6B: hue angle of 15.62º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B47E6B is Cyan = 0, Magento = 0.3, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB180126107-
CMYK00.30.410.29
HSL15.62º32.74%56.27%-
HSV(B)15.62º40.56%70.59%-
XYZ28.9425.6917.34-
YUV139.98109.39156.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.58%
GREEN value IS 126 (49.61% from 255) = 30.51%
BLUE value IS 107 (42.19% from 255) = 25.91%
R=43.58%
G=30.51%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012610700.30.410.2915.6232.7456.27
HexB47E6B01E291D102138
Octal2641761530365135204170
Binary10110100111111011010110111101010011110110000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47E6B; }

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

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

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

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

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

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

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

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