#B88179

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

Shades of Brandy Rose #B88179

Tints of Brandy Rose #B88179

Color information

#B88179 (or 0xB88179) is unknown color: approx Brandy Rose. HEX triplet: B8, 81 and 79. RGB value is (184,129,121). Sum of RGB (Red+Green+Blue) = 184+129+121=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 184 - color contains mainly: red. Hex color #B88179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88179 is #477E86. Grayscale: #909090. Windows color (decimal): -4685447 or 7963064. OLE color: 7963064.

HSL color Cylindrical-coordinate representation of color #B88179: hue angle of 7.62º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B88179 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB184129121-
CMYK00.300.340.28
HSL7.62º30.73%59.8%-
HSV(B)7.62º34.24%72.16%-
XYZ31.0727.2721.72-
YUV144.53114.72156.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.40%
GREEN value IS 129 (50.78% from 255) = 29.72%
BLUE value IS 121 (47.66% from 255) = 27.88%
R=42.40%
G=29.72%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412912100.300.340.287.6230.7359.8
HexB8817901E221C81f3c
Octal2702011710364234103774
Binary1011100010000001111100101111010001011100100011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88179; }

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

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

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

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

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

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

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

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