#B88071

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

Shades of Brandy Rose #B88071

Tints of Brandy Rose #B88071

Color information

#B88071 (or 0xB88071) is unknown color: approx Brandy Rose. HEX triplet: B8, 80 and 71. RGB value is (184,128,113). Sum of RGB (Red+Green+Blue) = 184+128+113=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B88071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88071 is #477F8E. Grayscale: #8F8F8F. Windows color (decimal): -4685711 or 7438520. OLE color: 7438520.

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

Color convert

RGB184128113-
CMYK00.300.390.28
HSL12.68º33.33%58.24%-
HSV(B)12.68º38.59%72.16%-
XYZ30.4726.8219.19-
YUV143.03111.05157.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.29%
GREEN value IS 128 (50.39% from 255) = 30.12%
BLUE value IS 113 (44.53% from 255) = 26.59%
R=43.29%
G=30.12%
B=26.59%

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
Decimal18412811300.300.390.2812.6833.3358.24
HexB8807101E271Cd213a
Octal2702001610364734154172
Binary10111000100000001110001011110100111111001101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88071; }

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

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

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

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

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

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

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

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