#B88E8D

Color #B88E8D Rosy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rosy Brown #B88E8D

Tints of Rosy Brown #B88E8D

Color information

#B88E8D (or 0xB88E8D) is unknown color: approx Rosy Brown. HEX triplet: B8, 8E and 8D. RGB value is (184,142,141). Sum of RGB (Red+Green+Blue) = 184+142+141=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 184 - color contains mainly: red. Hex color #B88E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88E8D is #477172. Grayscale: #9A9A9A. Windows color (decimal): -4682099 or 9277112. OLE color: 9277112.

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

Color convert

RGB184142141-
CMYK00.230.230.28
HSL1.4º23.24%63.73%-
HSV(B)1.4º23.37%72.16%-
XYZ34.2531.4629.47-
YUV154.44120.41149.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.40%
GREEN value IS 142 (55.86% from 255) = 30.41%
BLUE value IS 141 (55.47% from 255) = 30.19%
R=39.40%
G=30.41%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414214100.230.230.281.423.2463.73
HexB88E8D017171C11740
Octal2702162150272734127100
Binary10111000100011101000110101011110111111001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88E8D; }

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

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

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

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

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

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

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

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