#B47E7E

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

Shades of Brandy Rose #B47E7E

Tints of Brandy Rose #B47E7E

Color information

#B47E7E (or 0xB47E7E) is unknown color: approx Brandy Rose. HEX triplet: B4, 7E and 7E. RGB value is (180,126,126). Sum of RGB (Red+Green+Blue) = 180+126+126=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47E7E is #4B8181. Grayscale: #8E8E8E. Windows color (decimal): -4948354 or 8289972. OLE color: 8289972.

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

Color convert

RGB180126126-
CMYK00.30.30.29
HSL26.47%60%-
HSV(B)30%70.59%-
XYZ30.0526.1323.2-
YUV142.15118.89155-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.67%
GREEN value IS 126 (49.61% from 255) = 29.17%
BLUE value IS 126 (49.61% from 255) = 29.17%
R=41.67%
G=29.17%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012612600.30.30.29026.4760
HexB47E7E01E1E1D01a3c
Octal264176176036363503274
Binary10110100111111011111100111101111011101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47E7E; }

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

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

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

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

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

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

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

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