#BF918F

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

Shades of Rosy Brown #BF918F

Tints of Rosy Brown #BF918F

Color information

#BF918F (or 0xBF918F) is unknown color: approx Rosy Brown. HEX triplet: BF, 91 and 8F. RGB value is (191,145,143). Sum of RGB (Red+Green+Blue) = 191+145+143=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BF918F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF918F is #406E70. Grayscale: #9E9E9E. Windows color (decimal): -4222577 or 9408959. OLE color: 9408959.

HSL color Cylindrical-coordinate representation of color #BF918F: hue angle of 2.5º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BF918F is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB191145143-
CMYK00.240.250.25
HSL2.5º27.27%65.49%-
HSV(B)2.5º25.13%74.9%-
XYZ36.5733.3130.49-
YUV158.53119.24151.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.87%
GREEN value IS 145 (57.03% from 255) = 30.27%
BLUE value IS 143 (56.25% from 255) = 29.85%
R=39.87%
G=30.27%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114514300.240.250.252.527.2765.49
HexBF918F018191931b41
Octal2772212170303131333101
Binary101111111001000110001111011000110011100111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF918F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF918F; }

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

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

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

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

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

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

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

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