#b88581

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

Shades of Brandy Rose #B88581

Tints of Brandy Rose #B88581

Color information

#B88581 (or 0xB88581) is unknown color: approx Brandy Rose. HEX triplet: B8, 85 and 81. RGB value is (184,133,129). Sum of RGB (Red+Green+Blue) = 184+133+129=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 129 (50.78% from 255 or 28.92% from 446); Max value from RGB is 184 - color contains mainly: red. Hex color #B88581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88581 is #477A7E. Grayscale: #939393. Windows color (decimal): -4684415 or 8488376. OLE color: 8488376.

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

Color convert

RGB184133129-
CMYK00.280.300.28
HSL4.36º27.92%61.37%-
HSV(B)4.36º29.89%72.16%-
XYZ32.1228.5524.59-
YUV147.79117.4153.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.26%
GREEN value IS 133 (52.34% from 255) = 29.82%
BLUE value IS 129 (50.78% from 255) = 28.92%
R=41.26%
G=29.82%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413312900.280.300.284.3627.9261.37
HexB8858101C1E1C41c3d
Octal270205201034363443475
Binary101110001000010110000001011100111101110010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b88581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b88581; }

 p { color: rgb(184,133,129); }

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

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

 a { background-color: rgb(184,133,129); }

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

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

 span { border-color: rgb(184,133,129); }

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