#B08179

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

Shades of Brandy Rose #B08179

Tints of Brandy Rose #B08179

Color information

#B08179 (or 0xB08179) is unknown color: approx Brandy Rose. HEX triplet: B0, 81 and 79. RGB value is (176,129,121). Sum of RGB (Red+Green+Blue) = 176+129+121=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B08179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08179 is #4F7E86. Grayscale: #8E8E8E. Windows color (decimal): -5209735 or 7963056. OLE color: 7963056.

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

Color convert

RGB176129121-
CMYK00.270.310.31
HSL8.73º25.82%58.24%-
HSV(B)8.73º31.25%69.02%-
XYZ29.2126.3121.63-
YUV142.14116.07152.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.31%
GREEN value IS 129 (50.78% from 255) = 30.28%
BLUE value IS 121 (47.66% from 255) = 28.40%
R=41.31%
G=30.28%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612912100.270.310.318.7325.8258.24
HexB0817901B1F1F91a3a
Octal2602011710333737113272
Binary101100001000000111110010110111111111111100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08179; }

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

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

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

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

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

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

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

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