#B47F7F

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

Shades of Brandy Rose #B47F7F

Tints of Brandy Rose #B47F7F

Color information

#B47F7F (or 0xB47F7F) is unknown color: approx Brandy Rose. HEX triplet: B4, 7F and 7F. RGB value is (180,127,127). Sum of RGB (Red+Green+Blue) = 180+127+127=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47F7F is #4B8080. Grayscale: #8E8E8E. Windows color (decimal): -4948097 or 8355764. OLE color: 8355764.

HSL color Cylindrical-coordinate representation of color #B47F7F: 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.29%. Process color model (Four color, CMYK) of #B47F7F is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB180127127-
CMYK00.290.290.29
HSL26.11%60.2%-
HSV(B)29.44%70.59%-
XYZ30.2426.4123.58-
YUV142.85119.06154.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 127 (50% from 255) = 29.26%
BLUE value IS 127 (50% from 255) = 29.26%
R=41.47%
G=29.26%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012712700.290.290.29026.1160.2
HexB47F7F01D1D1D01a3c
Octal264177177035353503274
Binary10110100111111111111110111011110111101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47F7F; }

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

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

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

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

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

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

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

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