#B5908E

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

Shades of Rosy Brown #B5908E

Tints of Rosy Brown #B5908E

Color information

#B5908E (or 0xB5908E) is unknown color: approx Rosy Brown. HEX triplet: B5, 90 and 8E. RGB value is (181,144,142). Sum of RGB (Red+Green+Blue) = 181+144+142=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B5908E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5908E is #4A6F71. Grayscale: #9A9A9A. Windows color (decimal): -4878194 or 9343157. OLE color: 9343157.

HSL color Cylindrical-coordinate representation of color #B5908E: hue angle of 3.08º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5908E is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB181144142-
CMYK00.200.220.29
HSL3.08º20.86%63.33%-
HSV(B)3.08º21.55%70.98%-
XYZ33.9131.7229.93-
YUV154.83120.76146.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.76%
GREEN value IS 144 (56.64% from 255) = 30.84%
BLUE value IS 142 (55.86% from 255) = 30.41%
R=38.76%
G=30.84%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114414200.200.220.293.0820.8663.33
HexB5908E014161D3153f
Octal265220216024263532577
Binary10110101100100001000111001010010110111011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5908E; }

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

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

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

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

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

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

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

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