#B88471

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

Shades of Brandy Rose #B88471

Tints of Brandy Rose #B88471

Color information

#B88471 (or 0xB88471) is unknown color: approx Brandy Rose. HEX triplet: B8, 84 and 71. RGB value is (184,132,113). Sum of RGB (Red+Green+Blue) = 184+132+113=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B88471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88471 is #477B8E. Grayscale: #919191. Windows color (decimal): -4684687 or 7439544. OLE color: 7439544.

HSL color Cylindrical-coordinate representation of color #B88471: hue angle of 16.06º 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 #B88471 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB184132113-
CMYK00.280.390.28
HSL16.06º33.33%58.24%-
HSV(B)16.06º38.59%72.16%-
XYZ3127.8919.37-
YUV145.38109.73155.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.89%
GREEN value IS 132 (51.95% from 255) = 30.77%
BLUE value IS 113 (44.53% from 255) = 26.34%
R=42.89%
G=30.77%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413211300.280.390.2816.0633.3358.24
HexB8847101C271C10213a
Octal2702041610344734204172
Binary101110001000010011100010111001001111110010000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88471; }

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

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

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

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

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

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

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

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