#BF918E

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

Shades of Rosy Brown #BF918E

Tints of Rosy Brown #BF918E

Color information

#BF918E (or 0xBF918E) is unknown color: approx Rosy Brown. HEX triplet: BF, 91 and 8E. RGB value is (191,145,142). Sum of RGB (Red+Green+Blue) = 191+145+142=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BF918E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF918E is #406E71. Grayscale: #9E9E9E. Windows color (decimal): -4222578 or 9343423. OLE color: 9343423.

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

Color convert

RGB191145142-
CMYK00.240.260.25
HSL3.67º27.68%65.29%-
HSV(B)3.67º25.65%74.9%-
XYZ36.4933.2830.09-
YUV158.41118.74151.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.96%
GREEN value IS 145 (57.03% from 255) = 30.33%
BLUE value IS 142 (55.86% from 255) = 29.71%
R=39.96%
G=30.33%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114514200.240.260.253.6727.6865.29
HexBF918E0181A1941c41
Octal2772212160303231434101
Binary1011111110010001100011100110001101011001100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF918E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF918E; }

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

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

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

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

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

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

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

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