#B88F80

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

Shades of Brandy Rose #B88F80

Tints of Brandy Rose #B88F80

Color information

#B88F80 (or 0xB88F80) is unknown color: approx Brandy Rose. HEX triplet: B8, 8F and 80. RGB value is (184,143,128). Sum of RGB (Red+Green+Blue) = 184+143+128=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88F80 is #47707F. Grayscale: #999999. Windows color (decimal): -4681856 or 8425400. OLE color: 8425400.

HSL color Cylindrical-coordinate representation of color #B88F80: hue angle of 16.07º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B88F80 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB184143128-
CMYK00.220.300.28
HSL16.07º28.28%61.18%-
HSV(B)16.07º30.43%72.16%-
XYZ33.4931.3924.72-
YUV153.55113.58149.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.44%
GREEN value IS 143 (56.25% from 255) = 31.43%
BLUE value IS 128 (50.39% from 255) = 28.13%
R=40.44%
G=31.43%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414312800.220.300.2816.0728.2861.18
HexB88F800161E1C101c3d
Octal2702172000263634203475
Binary10111000100011111000000001011011110111001000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88F80; }

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

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

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

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

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

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

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

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