#B88371

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

Shades of Brandy Rose #B88371

Tints of Brandy Rose #B88371

Color information

#B88371 (or 0xB88371) is unknown color: approx Brandy Rose. HEX triplet: B8, 83 and 71. RGB value is (184,131,113). Sum of RGB (Red+Green+Blue) = 184+131+113=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B88371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88371 is #477C8E. Grayscale: #909090. Windows color (decimal): -4684943 or 7439288. OLE color: 7439288.

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

Color convert

RGB184131113-
CMYK00.290.390.28
HSL15.21º33.33%58.24%-
HSV(B)15.21º38.59%72.16%-
XYZ30.8627.6219.33-
YUV144.79110.06155.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.99%
GREEN value IS 131 (51.56% from 255) = 30.61%
BLUE value IS 113 (44.53% from 255) = 26.40%
R=42.99%
G=30.61%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413111300.290.390.2815.2133.3358.24
HexB8837101D271Cf213a
Octal2702031610354734174172
Binary10111000100000111110001011101100111111001111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88371; }

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

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

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

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

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

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

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

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