#B18177

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

Shades of Brandy Rose #B18177

Tints of Brandy Rose #B18177

Color information

#B18177 (or 0xB18177) is unknown color: approx Brandy Rose. HEX triplet: B1, 81 and 77. RGB value is (177,129,119). Sum of RGB (Red+Green+Blue) = 177+129+119=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B18177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18177 is #4E7E88. Grayscale: #8E8E8E. Windows color (decimal): -5144201 or 7831985. OLE color: 7831985.

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

Color convert

RGB177129119-
CMYK00.270.330.31
HSL10.34º27.1%58.04%-
HSV(B)10.34º32.77%69.41%-
XYZ29.3126.3821-
YUV142.21114.9152.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.65%
GREEN value IS 129 (50.78% from 255) = 30.35%
BLUE value IS 119 (46.88% from 255) = 28%
R=41.65%
G=30.35%
B=28%

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
Decimal17712911900.270.330.3110.3427.158.04
HexB1817701B211Fa1b3a
Octal2612011670334137123372
Binary1011000110000001111011101101110000111111101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18177; }

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

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

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

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

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

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

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

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