#BF9F41

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

Shades of Roti #BF9F41

Tints of Roti #BF9F41

Color information

#BF9F41 (or 0xBF9F41) is unknown color: approx Roti. HEX triplet: BF, 9F and 41. RGB value is (191,159,65). Sum of RGB (Red+Green+Blue) = 191+159+65=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 65 (25.78% from 255 or 15.66% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9F41 is #4060BE. Grayscale: #9E9E9E. Windows color (decimal): -4219071 or 4300735. OLE color: 4300735.

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

Color convert

RGB19115965-
CMYK00.170.660.25
HSL44.76º49.61%50.2%-
HSV(B)44.76º65.97%74.9%-
XYZ34.8436.2510.16-
YUV157.8575.6151.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.02%
GREEN value IS 159 (62.5% from 255) = 38.31%
BLUE value IS 65 (25.78% from 255) = 15.66%
R=46.02%
G=38.31%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911596500.170.660.2544.7649.6150.2
HexBF9F4101142192d3232
Octal27723710102110231556262
Binary10111111100111111000001010001100001011001101101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9F41; }

 p { color: rgb(191,159,65); }

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

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

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

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

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

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

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