#B18474

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

Shades of Brandy Rose #B18474

Tints of Brandy Rose #B18474

Color information

#B18474 (or 0xB18474) is unknown color: approx Brandy Rose. HEX triplet: B1, 84 and 74. RGB value is (177,132,116). Sum of RGB (Red+Green+Blue) = 177+132+116=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B18474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18474 is #4E7B8B. Grayscale: #8F8F8F. Windows color (decimal): -5143436 or 7636145. OLE color: 7636145.

HSL color Cylindrical-coordinate representation of color #B18474: hue angle of 15.74º 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 #B18474 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB177132116-
CMYK00.250.340.31
HSL15.74º28.11%57.45%-
HSV(B)15.74º34.46%69.41%-
XYZ29.5427.1120.2-
YUV143.63112.41151.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.65%
GREEN value IS 132 (51.95% from 255) = 31.06%
BLUE value IS 116 (45.70% from 255) = 27.29%
R=41.65%
G=31.06%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713211600.250.340.3115.7428.1157.45
HexB18474019221F101c39
Octal2612041640314237203471
Binary10110001100001001110100011001100010111111000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18474; }

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

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

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

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

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

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

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

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