#BF8989

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

Shades of Rosy Brown #BF8989

Tints of Rosy Brown #BF8989

Color information

#BF8989 (or 0xBF8989) is unknown color: approx Rosy Brown. HEX triplet: BF, 89 and 89. RGB value is (191,137,137). Sum of RGB (Red+Green+Blue) = 191+137+137=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 137 (53.91% from 255 or 29.46% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8989 is #407676. Grayscale: #999999. Windows color (decimal): -4224631 or 9013695. OLE color: 9013695.

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

Color convert

RGB191137137-
CMYK00.280.280.25
HSL29.67%64.31%-
HSV(B)28.27%74.9%-
XYZ34.9530.7727.76-
YUV153.15118.89155-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.08%
GREEN value IS 137 (53.91% from 255) = 29.46%
BLUE value IS 137 (53.91% from 255) = 29.46%
R=41.08%
G=29.46%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113713700.280.280.25029.6764.31
HexBF898901C1C1901e40
Octal2772112110343431036100
Binary10111111100010011000100101110011100110010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8989; }

 p { color: rgb(191,137,137); }

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

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

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

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

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

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

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