#B5918F

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

Shades of Rosy Brown #B5918F

Tints of Rosy Brown #B5918F

Color information

#B5918F (or 0xB5918F) is unknown color: approx Rosy Brown. HEX triplet: B5, 91 and 8F. RGB value is (181,145,143). Sum of RGB (Red+Green+Blue) = 181+145+143=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 143 (56.25% from 255 or 30.49% from 469); Max value from RGB is 181 - color contains mainly: red. Hex color #B5918F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5918F is #4A6E70. Grayscale: #9B9B9B. Windows color (decimal): -4877937 or 9408949. OLE color: 9408949.

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

Color convert

RGB181145143-
CMYK00.200.210.29
HSL3.16º20.43%63.53%-
HSV(B)3.16º20.99%70.98%-
XYZ34.1432.0630.38-
YUV155.54120.93146.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.59%
GREEN value IS 145 (57.03% from 255) = 30.92%
BLUE value IS 143 (56.25% from 255) = 30.49%
R=38.59%
G=30.92%
B=30.49%

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
Decimal18114514300.200.210.293.1620.4363.53
HexB5918F014151D31440
Octal2652212170242535324100
Binary101101011001000110001111010100101011110111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5918F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5918F; }

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

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

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

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

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

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

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

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