#B18176

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

Shades of Brandy Rose #B18176

Tints of Brandy Rose #B18176

Color information

#B18176 (or 0xB18176) is unknown color: approx Brandy Rose. HEX triplet: B1, 81 and 76. RGB value is (177,129,118). Sum of RGB (Red+Green+Blue) = 177+129+118=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 177 - color contains mainly: red. Hex color #B18176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18176 is #4E7E89. Grayscale: #8E8E8E. Windows color (decimal): -5144202 or 7766449. OLE color: 7766449.

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

Color convert

RGB177129118-
CMYK00.270.330.31
HSL11.19º27.44%57.84%-
HSV(B)11.19º33.33%69.41%-
XYZ29.2526.3620.68-
YUV142.1114.4152.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.75%
GREEN value IS 129 (50.78% from 255) = 30.42%
BLUE value IS 118 (46.48% from 255) = 27.83%
R=41.75%
G=30.42%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712911800.270.330.3111.1927.4457.84
HexB1817601B211Fb1b3a
Octal2612011660334137133372
Binary1011000110000001111011001101110000111111101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18176; }

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

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

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

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

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

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

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

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