#BF8F8D

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

Shades of Rosy Brown #BF8F8D

Tints of Rosy Brown #BF8F8D

Color information

#BF8F8D (or 0xBF8F8D) is unknown color: approx Rosy Brown. HEX triplet: BF, 8F and 8D. RGB value is (191,143,141). Sum of RGB (Red+Green+Blue) = 191+143+141=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8F8D is #407072. Grayscale: #9D9D9D. Windows color (decimal): -4223091 or 9277375. OLE color: 9277375.

HSL color Cylindrical-coordinate representation of color #BF8F8D: hue angle of 2.4º 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 #BF8F8D is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB191143141-
CMYK00.250.260.25
HSL2.4º28.09%65.1%-
HSV(B)2.4º26.18%74.9%-
XYZ36.1232.6429.6-
YUV157.12118.9152.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.21%
GREEN value IS 143 (56.25% from 255) = 30.11%
BLUE value IS 141 (55.47% from 255) = 29.68%
R=40.21%
G=30.11%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114314100.250.260.252.428.0965.1
HexBF8F8D0191A1921c41
Octal2772172150313231234101
Binary101111111000111110001101011001110101100110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8F8D; }

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

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

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

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

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

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

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

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