#B88775

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

Shades of Brandy Rose #B88775

Tints of Brandy Rose #B88775

Color information

#B88775 (or 0xB88775) is unknown color: approx Brandy Rose. HEX triplet: B8, 87 and 75. RGB value is (184,135,117). Sum of RGB (Red+Green+Blue) = 184+135+117=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B88775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88775 is #47788A. Grayscale: #939393. Windows color (decimal): -4683915 or 7702456. OLE color: 7702456.

HSL color Cylindrical-coordinate representation of color #B88775: hue angle of 16.12º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B88775 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB184135117-
CMYK00.270.360.28
HSL16.12º32.06%59.02%-
HSV(B)16.12º36.41%72.16%-
XYZ31.6428.820.72-
YUV147.6110.73153.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.20%
GREEN value IS 135 (53.12% from 255) = 30.96%
BLUE value IS 117 (46.09% from 255) = 26.83%
R=42.20%
G=30.96%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413511700.270.360.2816.1232.0659.02
HexB8877501B241C10203b
Octal2702071650334434204073
Binary101110001000011111101010110111001001110010000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88775; }

 p { color: rgb(184,135,117); }

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

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

 a { background-color: rgb(184,135,117); }

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

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

 span { border-color: rgb(184,135,117); }

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