#B47D77

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

Shades of Brandy Rose #B47D77

Tints of Brandy Rose #B47D77

Color information

#B47D77 (or 0xB47D77) is unknown color: approx Brandy Rose. HEX triplet: B4, 7D and 77. RGB value is (180,125,119). Sum of RGB (Red+Green+Blue) = 180+125+119=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47D77 is #4B8288. Grayscale: #8C8C8C. Windows color (decimal): -4948617 or 7830964. OLE color: 7830964.

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

Color convert

RGB180125119-
CMYK00.310.340.29
HSL5.9º28.91%58.63%-
HSV(B)5.9º33.89%70.59%-
XYZ29.4925.720.86-
YUV140.76115.72155.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 125 (49.22% from 255) = 29.48%
BLUE value IS 119 (46.88% from 255) = 28.07%
R=42.45%
G=29.48%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012511900.310.340.295.928.9158.63
HexB47D7701F221D61d3b
Octal264175167037423563573
Binary10110100111110111101110111111000101110111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47D77; }

 p { color: rgb(180,125,119); }

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

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

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

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

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

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

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