#B47979

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

Shades of Brandy Rose #B47979

Tints of Brandy Rose #B47979

Color information

#B47979 (or 0xB47979) is unknown color: approx Brandy Rose. HEX triplet: B4, 79 and 79. RGB value is (180,121,121). Sum of RGB (Red+Green+Blue) = 180+121+121=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B47979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47979 is #4B8686. Grayscale: #8A8A8A. Windows color (decimal): -4949639 or 7961012. OLE color: 7961012.

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

Color convert

RGB180121121-
CMYK00.330.330.29
HSL28.23%59.02%-
HSV(B)32.78%70.59%-
XYZ29.1124.7621.33-
YUV138.64118.05157.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.65%
GREEN value IS 121 (47.66% from 255) = 28.67%
BLUE value IS 121 (47.66% from 255) = 28.67%
R=42.65%
G=28.67%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012112100.330.330.29028.2359.02
HexB47979021211D01c3b
Octal264171171041413503473
Binary1011010011110011111001010000110000111101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47979; }

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

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

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

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

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

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

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

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