#B18172

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

Shades of Brandy Rose #B18172

Tints of Brandy Rose #B18172

Color information

#B18172 (or 0xB18172) is unknown color: approx Brandy Rose. HEX triplet: B1, 81 and 72. RGB value is (177,129,114). Sum of RGB (Red+Green+Blue) = 177+129+114=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B18172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18172 is #4E7E8D. Grayscale: #8D8D8D. Windows color (decimal): -5144206 or 7504305. OLE color: 7504305.

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

Color convert

RGB177129114-
CMYK00.270.360.31
HSL14.29º28.77%57.06%-
HSV(B)14.29º35.59%69.41%-
XYZ29.0226.2619.46-
YUV141.64112.4153.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.14%
GREEN value IS 129 (50.78% from 255) = 30.71%
BLUE value IS 114 (44.92% from 255) = 27.14%
R=42.14%
G=30.71%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712911400.270.360.3114.2928.7757.06
HexB1817201B241Fe1d39
Octal2612011620334437163571
Binary1011000110000001111001001101110010011111111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18172; }

 p { color: rgb(177,129,114); }

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

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

 a { background-color: rgb(177,129,114); }

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

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

 span { border-color: rgb(177,129,114); }

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