#BF908F

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

Shades of Rosy Brown #BF908F

Tints of Rosy Brown #BF908F

Color information

#BF908F (or 0xBF908F) is unknown color: approx Rosy Brown. HEX triplet: BF, 90 and 8F. RGB value is (191,144,143). Sum of RGB (Red+Green+Blue) = 191+144+143=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BF908F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF908F is #406F70. Grayscale: #9D9D9D. Windows color (decimal): -4222833 or 9408703. OLE color: 9408703.

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

Color convert

RGB191144143-
CMYK00.250.250.25
HSL1.25º27.27%65.49%-
HSV(B)1.25º25.13%74.9%-
XYZ36.4233.0130.44-
YUV157.94119.57151.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.96%
GREEN value IS 144 (56.64% from 255) = 30.13%
BLUE value IS 143 (56.25% from 255) = 29.92%
R=39.96%
G=30.13%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114414300.250.250.251.2527.2765.49
HexBF908F019191911b41
Octal2772202170313131133101
Binary10111111100100001000111101100111001110011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF908F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF908F; }

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

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

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

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

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

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

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

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