#B88A71

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

Shades of Brandy Rose #B88A71

Tints of Brandy Rose #B88A71

Color information

#B88A71 (or 0xB88A71) is unknown color: approx Brandy Rose. HEX triplet: B8, 8A and 71. RGB value is (184,138,113). Sum of RGB (Red+Green+Blue) = 184+138+113=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88A71 is #47758E. Grayscale: #959595. Windows color (decimal): -4683151 or 7441080. OLE color: 7441080.

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

Color convert

RGB184138113-
CMYK00.250.390.28
HSL21.13º33.33%58.24%-
HSV(B)21.13º38.59%72.16%-
XYZ31.8429.5619.65-
YUV148.9107.74153.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.30%
GREEN value IS 138 (54.30% from 255) = 31.72%
BLUE value IS 113 (44.53% from 255) = 25.98%
R=42.30%
G=31.72%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413811300.250.390.2821.1333.3358.24
HexB88A71019271C15213a
Octal2702121610314734254172
Binary101110001000101011100010110011001111110010101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88A71; }

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

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

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

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

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

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

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

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