#BF908E

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

Shades of Rosy Brown #BF908E

Tints of Rosy Brown #BF908E

Color information

#BF908E (or 0xBF908E) is unknown color: approx Rosy Brown. HEX triplet: BF, 90 and 8E. RGB value is (191,144,142). Sum of RGB (Red+Green+Blue) = 191+144+142=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BF908E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF908E is #406F71. Grayscale: #9D9D9D. Windows color (decimal): -4222834 or 9343167. OLE color: 9343167.

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

Color convert

RGB191144142-
CMYK00.250.260.25
HSL2.45º27.68%65.29%-
HSV(B)2.45º25.65%74.9%-
XYZ36.3432.9830.04-
YUV157.82119.07151.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.04%
GREEN value IS 144 (56.64% from 255) = 30.19%
BLUE value IS 142 (55.86% from 255) = 29.77%
R=40.04%
G=30.19%
B=29.77%

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
Decimal19114414200.250.260.252.4527.6865.29
HexBF908E0191A1921c41
Octal2772202160313231234101
Binary101111111001000010001110011001110101100110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF908E; }

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

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

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

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

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

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

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

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