#B17974

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

Shades of Brandy Rose #B17974

Tints of Brandy Rose #B17974

Color information

#B17974 (or 0xB17974) is unknown color: approx Brandy Rose. HEX triplet: B1, 79 and 74. RGB value is (177,121,116). Sum of RGB (Red+Green+Blue) = 177+121+116=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B17974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17974 is #4E868B. Grayscale: #898989. Windows color (decimal): -5146252 or 7633329. OLE color: 7633329.

HSL color Cylindrical-coordinate representation of color #B17974: hue angle of 4.92º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B17974 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB177121116-
CMYK00.320.340.31
HSL4.92º28.11%57.45%-
HSV(B)4.92º34.46%69.41%-
XYZ28.1224.2819.73-
YUV137.17116.05156.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.75%
GREEN value IS 121 (47.66% from 255) = 29.23%
BLUE value IS 116 (45.70% from 255) = 28.02%
R=42.75%
G=29.23%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712111600.320.340.314.9228.1157.45
HexB17974020221F51c39
Octal261171164040423753471
Binary101100011111001111010001000001000101111110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17974; }

 p { color: rgb(177,121,116); }

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

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

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

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

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

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

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