#B5908F

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

Shades of Rosy Brown #B5908F

Tints of Rosy Brown #B5908F

Color information

#B5908F (or 0xB5908F) is unknown color: approx Rosy Brown. HEX triplet: B5, 90 and 8F. RGB value is (181,144,143). Sum of RGB (Red+Green+Blue) = 181+144+143=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 181 - color contains mainly: red. Hex color #B5908F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5908F is #4A6F70. Grayscale: #9A9A9A. Windows color (decimal): -4878193 or 9408693. OLE color: 9408693.

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

Color convert

RGB181144143-
CMYK00.200.210.29
HSL1.58º20.43%63.53%-
HSV(B)1.58º20.99%70.98%-
XYZ33.9931.7530.32-
YUV154.95121.26146.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.68%
GREEN value IS 144 (56.64% from 255) = 30.77%
BLUE value IS 143 (56.25% from 255) = 30.56%
R=38.68%
G=30.77%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114414300.200.210.291.5820.4363.53
HexB5908F014151D21440
Octal2652202170242535224100
Binary101101011001000010001111010100101011110110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5908F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5908F; }

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

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

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

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

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

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

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

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