#B18874

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

Shades of Brandy Rose #B18874

Tints of Brandy Rose #B18874

Color information

#B18874 (or 0xB18874) is unknown color: approx Brandy Rose. HEX triplet: B1, 88 and 74. RGB value is (177,136,116). Sum of RGB (Red+Green+Blue) = 177+136+116=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B18874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18874 is #4E778B. Grayscale: #929292. Windows color (decimal): -5142412 or 7637169. OLE color: 7637169.

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

Color convert

RGB177136116-
CMYK00.230.340.31
HSL19.67º28.11%57.45%-
HSV(B)19.67º34.46%69.41%-
XYZ30.0928.2220.38-
YUV145.98111.08150.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.26%
GREEN value IS 136 (53.52% from 255) = 31.70%
BLUE value IS 116 (45.70% from 255) = 27.04%
R=41.26%
G=31.70%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713611600.230.340.3119.6728.1157.45
HexB18874017221F141c39
Octal2612101640274237243471
Binary10110001100010001110100010111100010111111010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18874; }

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

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

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

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

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

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

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

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