#B88171

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

Shades of Brandy Rose #B88171

Tints of Brandy Rose #B88171

Color information

#B88171 (or 0xB88171) is unknown color: approx Brandy Rose. HEX triplet: B8, 81 and 71. RGB value is (184,129,113). Sum of RGB (Red+Green+Blue) = 184+129+113=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B88171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88171 is #477E8E. Grayscale: #8F8F8F. Windows color (decimal): -4685455 or 7438776. OLE color: 7438776.

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

Color convert

RGB184129113-
CMYK00.300.390.28
HSL13.52º33.33%58.24%-
HSV(B)13.52º38.59%72.16%-
XYZ30.627.0819.24-
YUV143.62110.72156.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.19%
GREEN value IS 129 (50.78% from 255) = 30.28%
BLUE value IS 113 (44.53% from 255) = 26.53%
R=43.19%
G=30.28%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412911300.300.390.2813.5233.3358.24
HexB8817101E271Ce213a
Octal2702011610364734164172
Binary10111000100000011110001011110100111111001110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88171; }

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

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

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

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

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

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

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

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