#B88E7E

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

Shades of Brandy Rose #B88E7E

Tints of Brandy Rose #B88E7E

Color information

#B88E7E (or 0xB88E7E) is unknown color: approx Brandy Rose. HEX triplet: B8, 8E and 7E. RGB value is (184,142,126). Sum of RGB (Red+Green+Blue) = 184+142+126=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 142 (55.86% from 255 or 31.42% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 184 - color contains mainly: red. Hex color #B88E7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88E7E is #477181. Grayscale: #989898. Windows color (decimal): -4682114 or 8294072. OLE color: 8294072.

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

Color convert

RGB184142126-
CMYK00.230.320.28
HSL16.55º29%60.78%-
HSV(B)16.55º31.52%72.16%-
XYZ33.2131.0423.98-
YUV152.73112.91150.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.71%
GREEN value IS 142 (55.86% from 255) = 31.42%
BLUE value IS 126 (49.61% from 255) = 27.88%
R=40.71%
G=31.42%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414212600.230.320.2816.552960.78
HexB88E7E017201C111d3d
Octal2702161760274034213575
Binary10111000100011101111110010111100000111001000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88E7E; }

 p { color: rgb(184,142,126); }

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

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

 a { background-color: rgb(184,142,126); }

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

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

 span { border-color: rgb(184,142,126); }

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