#B8908E

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

Shades of Rosy Brown #B8908E

Tints of Rosy Brown #B8908E

Color information

#B8908E (or 0xB8908E) is unknown color: approx Rosy Brown. HEX triplet: B8, 90 and 8E. RGB value is (184,144,142). Sum of RGB (Red+Green+Blue) = 184+144+142=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 184 - color contains mainly: red. Hex color #B8908E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8908E is #476F71. Grayscale: #9B9B9B. Windows color (decimal): -4681586 or 9343160. OLE color: 9343160.

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

Color convert

RGB184144142-
CMYK00.220.230.28
HSL2.86º22.83%63.92%-
HSV(B)2.86º22.83%72.16%-
XYZ34.6232.0929.96-
YUV155.73120.25148.16-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.15%
GREEN value IS 144 (56.64% from 255) = 30.64%
BLUE value IS 142 (55.86% from 255) = 30.21%
R=39.15%
G=30.64%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414414200.220.230.282.8622.8363.92
HexB8908E016171C31740
Octal2702202160262734327100
Binary101110001001000010001110010110101111110011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8908E; }

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

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

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

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

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

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

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

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