#BF9292

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

Shades of Rosy Brown #BF9292

Tints of Rosy Brown #BF9292

Color information

#BF9292 (or 0xBF9292) is unknown color: approx Rosy Brown. HEX triplet: BF, 92 and 92. RGB value is (191,146,146). Sum of RGB (Red+Green+Blue) = 191+146+146=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9292 is #406D6D. Grayscale: #9F9F9F. Windows color (decimal): -4222318 or 9605823. OLE color: 9605823.

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

Color convert

RGB191146146-
CMYK00.240.240.25
HSL26.01%66.08%-
HSV(B)23.56%74.9%-
XYZ36.9533.7131.75-
YUV159.45120.41150.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.54%
GREEN value IS 146 (57.42% from 255) = 30.23%
BLUE value IS 146 (57.42% from 255) = 30.23%
R=39.54%
G=30.23%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114614600.240.240.25026.0166.08
HexBF9292018181901a42
Octal2772222220303031032102
Binary10111111100100101001001001100011000110010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9292; }

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

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

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

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

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

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

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

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