#BF9F3E

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

Shades of Roti #BF9F3E

Tints of Roti #BF9F3E

Color information

#BF9F3E (or 0xBF9F3E) is unknown color: approx Roti. HEX triplet: BF, 9F and 3E. RGB value is (191,159,62). Sum of RGB (Red+Green+Blue) = 191+159+62=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 62 (24.61% from 255 or 15.05% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9F3E is #4060C1. Grayscale: #9D9D9D. Windows color (decimal): -4219074 or 4104127. OLE color: 4104127.

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

Color convert

RGB19115962-
CMYK00.170.680.25
HSL45.12º50.99%49.61%-
HSV(B)45.12º67.54%74.9%-
XYZ34.7536.229.72-
YUV157.5174.1151.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.36%
GREEN value IS 159 (62.5% from 255) = 38.59%
BLUE value IS 62 (24.61% from 255) = 15.05%
R=46.36%
G=38.59%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911596200.170.680.2545.1250.9949.61
HexBF9F3E01144192d3332
Octal2772377602110431556362
Binary1011111110011111111110010001100010011001101101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9F3E; }

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

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

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

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

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

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

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

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