#B18179

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

Shades of Brandy Rose #B18179

Tints of Brandy Rose #B18179

Color information

#B18179 (or 0xB18179) is unknown color: approx Brandy Rose. HEX triplet: B1, 81 and 79. RGB value is (177,129,121). Sum of RGB (Red+Green+Blue) = 177+129+121=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B18179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18179 is #4E7E86. Grayscale: #8E8E8E. Windows color (decimal): -5144199 or 7963057. OLE color: 7963057.

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

Color convert

RGB177129121-
CMYK00.270.320.31
HSL8.57º26.42%58.43%-
HSV(B)8.57º31.64%69.41%-
XYZ29.4326.4321.64-
YUV142.44115.9152.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.45%
GREEN value IS 129 (50.78% from 255) = 30.21%
BLUE value IS 121 (47.66% from 255) = 28.34%
R=41.45%
G=30.21%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712912100.270.320.318.5726.4258.43
HexB1817901B201F91a3a
Octal2612011710334037113272
Binary1011000110000001111100101101110000011111100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18179; }

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

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

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

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

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

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

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

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