#BF983F

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

Shades of Roti #BF983F

Tints of Roti #BF983F

Color information

#BF983F (or 0xBF983F) is unknown color: approx Roti. HEX triplet: BF, 98 and 3F. RGB value is (191,152,63). Sum of RGB (Red+Green+Blue) = 191+152+63=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 63 (25% from 255 or 15.52% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF983F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF983F is #4067C0. Grayscale: #999999. Windows color (decimal): -4220865 or 4167871. OLE color: 4167871.

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

Color convert

RGB19115263-
CMYK00.200.670.25
HSL41.72º50.39%49.8%-
HSV(B)41.72º67.02%74.9%-
XYZ33.6133.899.47-
YUV153.5176.92154.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.04%
GREEN value IS 152 (59.77% from 255) = 37.44%
BLUE value IS 63 (25% from 255) = 15.52%
R=47.04%
G=37.44%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911526300.200.670.2541.7250.3949.8
HexBF983F01443192a3232
Octal2772307702410331526262
Binary1011111110011000111111010100100001111001101010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF983F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF983F; }

 p { color: rgb(191,152,63); }

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

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

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

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

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

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

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