#B88D8D

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

Shades of Rosy Brown #B88D8D

Tints of Rosy Brown #B88D8D

Color information

#B88D8D (or 0xB88D8D) is unknown color: approx Rosy Brown. HEX triplet: B8, 8D and 8D. RGB value is (184,141,141). Sum of RGB (Red+Green+Blue) = 184+141+141=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 184 - color contains mainly: red. Hex color #B88D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88D8D is #477272. Grayscale: #999999. Windows color (decimal): -4682355 or 9276856. OLE color: 9276856.

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

Color convert

RGB184141141-
CMYK00.230.230.28
HSL23.24%63.73%-
HSV(B)23.37%72.16%-
XYZ34.131.1629.42-
YUV153.86120.75149.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.48%
GREEN value IS 141 (55.47% from 255) = 30.26%
BLUE value IS 141 (55.47% from 255) = 30.26%
R=39.48%
G=30.26%
B=30.26%

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
Decimal18414114100.230.230.28023.2463.73
HexB88D8D017171C01740
Octal2702152150272734027100
Binary10111000100011011000110101011110111111000101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88D8D; }

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

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

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

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

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

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

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

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