#BF8F8E

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

Shades of Rosy Brown #BF8F8E

Tints of Rosy Brown #BF8F8E

Color information

#BF8F8E (or 0xBF8F8E) is unknown color: approx Rosy Brown. HEX triplet: BF, 8F and 8E. RGB value is (191,143,142). Sum of RGB (Red+Green+Blue) = 191+143+142=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8F8E is #407071. Grayscale: #9D9D9D. Windows color (decimal): -4223090 or 9342911. OLE color: 9342911.

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

Color convert

RGB191143142-
CMYK00.250.260.25
HSL1.22º27.68%65.29%-
HSV(B)1.22º25.65%74.9%-
XYZ36.1932.6729.99-
YUV157.24119.4152.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.13%
GREEN value IS 143 (56.25% from 255) = 30.04%
BLUE value IS 142 (55.86% from 255) = 29.83%
R=40.13%
G=30.04%
B=29.83%

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
Decimal19114314200.250.260.251.2227.6865.29
HexBF8F8E0191A1911c41
Octal2772172160313231134101
Binary10111111100011111000111001100111010110011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8F8E; }

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

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

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

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

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

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

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

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